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/18421] ICE in reload_cse_simplify_operands, at postreload.c:391


------- Additional Comments From schwab at suse dot de  2005-07-06 19:42 -------
The patch in comment #11 is wrong. The condition (!((regno) < 8 && (regno) + 
GET_MODE_SIZE (mode) / 4 > 8)) is always true when regno >= 8.  It needs to be 
moved up to under the first condition. 

-- 


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


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