This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-06 14:20 -------
You are violating C aliasing rules as you acess d1 via an int.

*** This bug has been marked as a duplicate of 21920 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
            Summary|Strange results with cast   |Strange results with cast
                   |when using -O2 flag or not  |when using -O2 flag or not
                   |under Linux ppc64           |under Linux ppc64


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]