[PATCH] C undefined behavior fix

dewar@gnat.com dewar@gnat.com
Mon Jan 7 15:11:00 GMT 2002


<<You're not allowed to be that smart wrt volatile.  If the programmer
says the value might change unpredictably and should not be optimized,
then It Is So and the compiler must respect that even if it determines
It Cannot Possibly Happen.
>>

Indeed, this is the case, for example, you may have a hardware monitor
on the bus, and you are looking for this address, or some external
process may be modifying the location. Or you may legitimately use
volatile so that your debugger works as expected on this location.



More information about the Gcc mailing list