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/13028] ia64 gcc with -O2 does not store value in register into local varible


------- 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


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