[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1

2005-09-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-05 22:19 --- Close as a dup of bug 11203. *** This bug has been marked as a duplicate of 11203 *** -- What|Removed |Added

[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1

2005-09-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-05 22:19 --- Reopening for a second to ... -- What|Removed |Added Status|RESOLVED

[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1

2005-09-05 Thread pinskia 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 t

[Bug target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1

2005-09-05 Thread halcy0n at gentoo dot org
--- Additional Comments From halcy0n at gentoo dot org 2005-09-05 22:11 --- Created an attachment (id=9671) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9671&action=view) Preprocessed output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23743