[Bug c/16331] x86-64 inline asm register constraints insufficient WRT ABI
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Fri Jul 2 16:57:00 GMT 2004
------- Additional Comments From falk at debian dot org 2004-07-02 16:57 -------
You can declare variables like
register unsigned long r8 asm("r8")
and pass it to the asm, and it will reside in r8. Therefore, I don't
think it makes sense to add further single register constraints.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16331
More information about the Gcc-bugs
mailing list