http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47732

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-02-14 
18:22:17 UTC ---
"lVeryHighCounter is incremented (and overflows) from 0x7FFFFFFF to
0x80000000."

And overflow is undefined in C/C++ so you are invoking undefined behavior here.

Reply via email to