How To Add a Sequence Point?

Jeffrey Walton noloader@gmail.com
Sun Feb 3 00:59:00 GMT 2013


Hi All,

How do I add a sequence point in my C/C++ code?

Googling brings up a lot of 'volatile' hits, but I believe that's an
abuse of GCC's interpretation of volatile since I'm not working with
memory mapped hardware or registers.

Jeff



More information about the Gcc mailing list