------- Additional Comments From jakub at gcc dot gnu dot org  2005-05-12 08:59 
-------
Using regparm(3) with -fPIC is a really bad idea.  i386 has 4 Q_REGS class
registers, 3 of them are used for regparm(3) (%eax, %edx, %ecx) and the last
one for PIC pointer (%ebx), so reload really has hard time to satisfy this.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21518

Reply via email to