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]

[Bug target/20191] ICE in reload_cse_simplify_operands, on powerpc linux


------- Additional Comments From dje at gcc dot gnu dot org  2005-02-24 15:51 -------
The 0->!h alternative should match.

Completely preventing SFmode from being placed in CTR can cause more problems,
but we can do a better job to avoid preferencing that class.  I would suggest
trying changing

"=!r,!r,m,f,f,m,!cl,!q,!r,!h,!r,!r"

to

"=!r,!r,m,f,f,m,!*cl,!*q,!r,!*h,!r,!r"

so that the register allocator does not use those special registers for
preferencing decisions.  See if that helps.

-- 


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


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