[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 5 22:14:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-05 22:13 -------
Lets count the register usage:
"r"(cb),"r"(lum),
"r"(row1),"r"(cols),"r"(row2)
there are 5, plus PIC register that make 6 and then there is the frame pointer, that makes 7 which is too
many for x86 so this is not a GCC bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23743
More information about the Gcc-bugs
mailing list