This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jan 2006 14:20:58 -0000
- Subject: [Bug c/25692] Strange results with cast when using -O2 flag or not under Linux ppc64
- References: <bug-25692-11977@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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