This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13028] ia64 gcc with -O2 does not store value in register into local varible
- 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: 12 Nov 2003 22:02:37 -0000
- Subject: [Bug c/13028] ia64 gcc with -O2 does not store value in register into local varible
- References: <20031112215357.13028.czang@panasas.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-12 22:02 -------
Not a bug as the types unsigned int and unsigned long are know not to alias (really their pointers
are) each other. Also you are using an old version of gcc (2.96 a non-supported one at that), try to
update it.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13028