This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1
- 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: 5 Sep 2005 22:13:58 -0000
- Subject: [Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1
- References: <20050905220950.23743.halcy0n@gentoo.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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