This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13003] Invalid .quad produced
- From: "matt at 3am-software dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Nov 2003 16:48:55 -0000
- Subject: [Bug target/13003] Invalid .quad produced
- References: <20031111040232.13003.matt@3am-software.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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