This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]