optimization/7897: gcc3.2 fails building kdeaddons when using the -march=pentium4 flag

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Wed Oct 9 10:29:00 GMT 2002


Synopsis: gcc3.2 fails building kdeaddons when using the -march=pentium4 flag

State-Changed-From-To: feedback->open
State-Changed-By: hubicka
State-Changed-When: Wed Oct  9 10:29:18 2002
State-Changed-Why:
    It is dealing with SSE registers.  Looks like 7630 duplicate.  We allow DImode in XMM and subreg DI->DF is actually the problem - we fail to reload DImode value to DFmode that is quite correct.  Perhaps CLASS_CANNOT_CHANGE_MODE for FLOAT_REGS?
    I've raised the priority of the other bug, so I am keeping this medium

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7897



More information about the Gcc-bugs mailing list