<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CW miscompiles volatiles? in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148249#M1900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It would be interesting to see what result they received with CW. My own impression as a user of CW after using it for six years is that it is a very stable compiler. &lt;BR /&gt;&lt;BR /&gt;Sure, I have encountered some bugs in it, but those were mainly related to combining several optimizing compiler options. I haven't encountered any bugs that weren't related to the optimizer, which sounds promising for the problems mentioned with volatile variables in that study.&lt;BR /&gt;&lt;BR /&gt;Also, the study focuses heavily on GCC, which is somewhat infamous for its compiler bugs.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;I think it is good to put some pressure on the compiler manufacturers regarding this, but at the same time, I'm quite certain 99% of all problems related to volatile variables come from incompetent so-called programmers.&lt;BR /&gt;&lt;BR /&gt;Just check the code on these forums. A whole lot of all ISRs posted here share global variables with the main loop without making them volatile. People making this very basic mistake shouldn't be programming embedded systems in the first place. And that is the real problem in the embedded SW industry: people learn the syntax of the language and then think they are programmers.&lt;BR /&gt;&lt;BR /&gt;Though you can (should) of course buy a static code analysis tool to find lurking run-time bugs related to volatile variables. Yet, if the programmer doesn't understand the warning messages, the tool is wasted.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 22:45:47 GMT</pubDate>
    <dc:creator>Lundin</dc:creator>
    <dc:date>2009-02-02T22:45:47Z</dc:date>
    <item>
      <title>CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148248#M1899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hello, I just read an article at embedded.com that linked a paper (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.cs.utah.edu%2F%7Eregehr%2Fpapers%2Femsoft08-preprint.pdf" rel="nofollow" target="_blank"&gt;http://www.cs.utah.edu/~regehr/papers/emsoft08-preprint.pdf&lt;/A&gt;&lt;SPAN&gt;). So a question arise: how about Codewarrior? Does it compile the volatile vars well or there are errors? I'm concerned mostly with the HC(S)08 and 56F8000E versions of CW. Bye Jack&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 16:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148248#M1899</guid>
      <dc:creator>jag</dc:creator>
      <dc:date>2009-02-02T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148249#M1900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It would be interesting to see what result they received with CW. My own impression as a user of CW after using it for six years is that it is a very stable compiler. &lt;BR /&gt;&lt;BR /&gt;Sure, I have encountered some bugs in it, but those were mainly related to combining several optimizing compiler options. I haven't encountered any bugs that weren't related to the optimizer, which sounds promising for the problems mentioned with volatile variables in that study.&lt;BR /&gt;&lt;BR /&gt;Also, the study focuses heavily on GCC, which is somewhat infamous for its compiler bugs.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;I think it is good to put some pressure on the compiler manufacturers regarding this, but at the same time, I'm quite certain 99% of all problems related to volatile variables come from incompetent so-called programmers.&lt;BR /&gt;&lt;BR /&gt;Just check the code on these forums. A whole lot of all ISRs posted here share global variables with the main loop without making them volatile. People making this very basic mistake shouldn't be programming embedded systems in the first place. And that is the real problem in the embedded SW industry: people learn the syntax of the language and then think they are programmers.&lt;BR /&gt;&lt;BR /&gt;Though you can (should) of course buy a static code analysis tool to find lurking run-time bugs related to volatile variables. Yet, if the programmer doesn't understand the warning messages, the tool is wasted.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 22:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148249#M1900</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2009-02-02T22:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148250#M1901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;If I understood correctly, Freescale employees are monitoring this forum. So I'd want to ask them&amp;nbsp;a few questions:&lt;/DIV&gt;&lt;DIV&gt;The authors of the mentioned article refer to tests they did also with CW. They cannot publish the details because of licensing issues.&lt;/DIV&gt;&lt;DIV&gt;1.&amp;nbsp;Has&amp;nbsp;Freescale been aware of this research?&lt;/DIV&gt;&lt;DIV&gt;2. Does Freescale have access to the results for CW?&lt;/DIV&gt;&lt;DIV&gt;3. Is Freescale willing to allow the results to be published, and therefore grant the authors the rights for publication? Or publish them directly?&lt;/DIV&gt;&lt;DIV&gt;4. What is Freescale's response to the apparently found errors in CW?&lt;/DIV&gt;&lt;DIV&gt;5. Will these issues, if any, be resolved, and when?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My current interest is of a general nature, my current target environment is Coldfire MCF5233.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this forum is not the correct place to ask these questions, I apologize, and I will take my questions to my Freescale representative.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Johan Bezem&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 15:45:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148250#M1901</guid>
      <dc:creator>jbezem</dc:creator>
      <dc:date>2009-02-11T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148251#M1902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, we do monitor these forums. For questions like these, you need to contact your Freescale representative.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 21:52:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148251#M1902</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-02-11T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148252#M1903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm one of the authors of the paper in question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I teach two embedded systems courses that use CodeWarrior, one based on HCS12 and one based on ColdFire.&amp;nbsp; Overall I'm happy with both chips and with both versions of CodeWarrior!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But yes, the ColdFire C compiler has serious issues with volatiles.&amp;nbsp; I'd be happy to post examples if people are interested.&amp;nbsp; We haven't studied the HCS12 port in detail but it seems better-- a bit of spot checking that I've done has turned up no problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anecdote: I got started with this whole volatile project due to my standard lecture on proper use of volatile variables.&amp;nbsp; A couple years ago I was giving this lecture, which included some C code fragments and their translation into ColdFire asm.&amp;nbsp; One of the students raised his hand and asked why a particular translation didn't look right-- I answered that I must have cut and pasted wrong.&amp;nbsp; But later I looked into this and it was the compiler that was wrong.&amp;nbsp; This eventually snowballed into a long-term testing project.&amp;nbsp; So far we've reported 129 bugs to various compiler developers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John Regehr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 05:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148252#M1903</guid>
      <dc:creator>regehr</dc:creator>
      <dc:date>2009-02-23T05:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148253#M1904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like I don't have CW for CF installed right now.&amp;nbsp; But I remember that for example this code is totally optimized away:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;volatile int x;&lt;/P&gt;&lt;P&gt;&amp;nbsp;x |= 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the "or" does not need to be performed, but there has to be a load from and store to x.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please keep in mind that I'm not picking on CW here: no compiler that we have tested so far has been free of volatile bugs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My hand-written test suite is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="http://www.cs.utah.edu/~regehr/volatile_stress.c" target="test_blank"&gt;http://www.cs.utah.edu/~regehr/volatile_stress.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To test your compiler of choice, just compile this code with your favorite optimization options and see if you believe its results.&amp;nbsp; I just did this using CW 4.7 for HCS12 and found very little, if anything, that looked suspicious.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John Regehr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 06:13:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148253#M1904</guid>
      <dc:creator>regehr</dc:creator>
      <dc:date>2009-02-23T06:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148254#M1905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below are a couple of (I claim) mistranslations performed by CW for CF 7.1 when optimizing maximally for speed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here g_1 is loaded but the compiler forgets to store it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;;&amp;nbsp; 142: void or_1 (void);&lt;BR /&gt;;&amp;nbsp; 143: void or_1 (void)&lt;BR /&gt;;&amp;nbsp; 144: {&lt;BR /&gt;;&lt;BR /&gt;0x00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _or_1:&lt;BR /&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or_1:&lt;BR /&gt;0x00000000&amp;nbsp; 0x4E560000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a6,#0&lt;BR /&gt;;&lt;BR /&gt;;&amp;nbsp; 145:&amp;nbsp;&amp;nbsp; g_1 |= 0;&lt;BR /&gt;;&lt;BR /&gt;0x00000004&amp;nbsp; 0x203900000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.l&amp;nbsp;&amp;nbsp; _g_1,d0&lt;BR /&gt;;&lt;BR /&gt;;&amp;nbsp; 146: }&lt;BR /&gt;;&lt;BR /&gt;0x0000000A&amp;nbsp; 0x4E5E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a6&lt;BR /&gt;0x0000000C&amp;nbsp; 0x4E75&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;0x0000000E&amp;nbsp; 0x51FC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; trapf&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here the loop optimizer improperly collapses five stores into one (LOOP_BOUND is 5):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;;&amp;nbsp; 262: void loop_3 (void);&lt;BR /&gt;;&amp;nbsp; 263: void loop_3 (void)&lt;BR /&gt;;&amp;nbsp; 264: {&lt;BR /&gt;;&amp;nbsp; 265:&amp;nbsp;&amp;nbsp; TYP i;&lt;BR /&gt;;&lt;BR /&gt;0x00000000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _loop_3:&lt;BR /&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; loop_3:&lt;BR /&gt;0x00000000&amp;nbsp; 0x4E560000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; link&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a6,#0&lt;BR /&gt;0x00000004&amp;nbsp; 0x598F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subq.l&amp;nbsp;&amp;nbsp; #4,a7&lt;BR /&gt;;&lt;BR /&gt;;&amp;nbsp; 266:&amp;nbsp;&amp;nbsp; volatile TYP z = 0;&lt;BR /&gt;;&amp;nbsp; 267:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (i=0; i&amp;lt;LOOP_BOUND; i++) {&lt;BR /&gt;;&lt;BR /&gt;0x00000006&amp;nbsp; 0x42AEFFFC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clr.l&amp;nbsp;&amp;nbsp;&amp;nbsp; -4(a6)&lt;BR /&gt;;&lt;BR /&gt;;&amp;nbsp; 268:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z += 3;&lt;BR /&gt;;&amp;nbsp; 269:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;;&lt;BR /&gt;0x0000000A&amp;nbsp; 0x700F&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; moveq&amp;nbsp;&amp;nbsp;&amp;nbsp; #15,d0&lt;BR /&gt;0x0000000C&amp;nbsp; 0x2D40FFFC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; move.l&amp;nbsp;&amp;nbsp; d0,-4(a6)&lt;BR /&gt;;&lt;BR /&gt;;&amp;nbsp; 270: }&lt;BR /&gt;;&lt;BR /&gt;0x00000010&amp;nbsp; 0x4E5E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unlk&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a6&lt;BR /&gt;0x00000012&amp;nbsp; 0x4E75&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rts&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 15:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148254#M1905</guid>
      <dc:creator>regehr</dc:creator>
      <dc:date>2009-02-23T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148255#M1906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The appropriate process to request an improvement in&amp;nbsp;the generated code is to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Make sure to attach a code snippet showing the code you want o get optimized.&lt;BR /&gt;&lt;BR /&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2009 18:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148255#M1906</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-02-23T18:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: CW miscompiles volatiles?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148256#M1907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SR has been submitted.&amp;nbsp; Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John Regehr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 00:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/CW-miscompiles-volatiles/m-p/148256#M1907</guid>
      <dc:creator>regehr</dc:creator>
      <dc:date>2009-02-24T00:25:49Z</dc:date>
    </item>
  </channel>
</rss>

