--- 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
--- 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
--- 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
--- 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