------- Comment #4 from jakub at gcc dot gnu dot org  2009-06-12 07:38 -------
The testcase is buggy, fix_end(((unsigned int*)&i)[0]); etc. violates strict
aliasing.  Either compile with -fno-strict-aliasing, or better yet fix it to be
valid C code.


-- 

jakub at gcc dot gnu dot org changed:

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


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

Reply via email to