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 inline-asm/8440] impossible constraint due to x86 being register stavared


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


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