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/34412] ICE in extract_insn, at recog.c:1990



------- Comment #4 from hutchinsonandy at aim dot com  2008-01-11 23:32 -------
Created an attachment (id=14928)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14928&action=view)
Fix expander patch

Prior analysis is correct. Typo resulted in QI addition to HI mode frame
pointer, when Tiny series target was selected (256 byte stack). The addition
was intended to just change LSB as MSB is always fixed.

Patch corrects prolog expander typo so that 8 bit (QI) increment is made to 8
bit representation of frame pointer.


-- 


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


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