[Bug target/14683] ICE when using a 'char' with 'S' or 'D' register constraints
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 22 20:13:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-22 20:13 -------
Confirmed, the issue is that since char is 8bits GCC is trying to pick an 8bit register but is not finding
one that matches the S constraint.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|inline-asm |target
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-03-22 20:13:25
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14683
More information about the Gcc-bugs
mailing list