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 target/13003] Invalid .quad produced


------- Additional Comments From matt at 3am-software dot com  2003-11-11 16:48 -------
the .quad is invalid because gas does not accept decimal
values that are greater than target word size.  It does accept
hex values that are greater than the word size.

The .quad should be emitted as a hex number as it is on
when compiled on a ILP32 host.

This is not a gas bug.  This is a gcc bug since it only happens
when the compiler is hosted on a LP64 machine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


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


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