[Bug target/13003] Invalid .quad produced
matt at 3am-software dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 11 16:48:00 GMT 2003
------- 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
More information about the Gcc-bugs
mailing list