This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/29626] Code generation bug for aliased long long with -mpentium-m
- 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: 28 Oct 2006 07:57:11 -0000
- Subject: [Bug c/29626] Code generation bug for aliased long long with -mpentium-m
- References: <bug-29626-10925@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-28 07:57 -------
You are violating C aliasing rules.
You are accessing a character array via something other than a character type
which is undefined. The opposite way would have been defined in that accessing
an long long array (or a short array) via a character type.
*** 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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29626