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/11587] [3.3 Regression] SH ICE in reload_cse_simplify_operand, postreload.c


------- Additional Comments From renneckej at superh dot com  2004-01-06 12:30 -------
Subject: Re:  [3.3 Regression] SH ICE in reload_cse_simplify_operand, postreload.c

The patch tests the wrong condition.  A copy from T to a general purpose
register is unproblematic and cheap.  The need for a secondary reload
arises on the contrary when the other class is not a general purpose register.
See how FPSCR_REGS is handled.



-- 


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


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