This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/8440] impossible constraint due to x86 being register stavared
- 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: 7 May 2004 03:02:45 -0000
- Subject: [Bug inline-asm/8440] impossible constraint due to x86 being register stavared
- References: <20021103104601.8440.bkausbk@web.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-07 03:02 -------
This is invalid as it is picking the "e" constraint and the "e" constraint is defined as:
Constant in range -2147483648 to 2147483647 or symbolic reference known to fit
specified range. (for using immediates in 64-bit x86-64 instructions)
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8440