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