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/19653] x87 reg allocated for constants for -mfpmath=sse


------- Additional Comments From dalej at gcc dot gnu dot org  2005-08-02 22:57 -------
Preceding patch fixes the ICE I was getting.  The tests following the modified area in find_reloads were 
being skipped in cases where they weren't before (in particular, when output reloads are not allowed,
this was not detected).  The revised patch moves the area Paolo modified below those tests.  Going 
through more testing now.


-- 


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


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