This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14629] ICE on c++ source
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2004 06:56:46 -0000
- Subject: [Bug target/14629] ICE on c++ source
- References: <20040318114843.14629.namsh@kldp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-19 06:56 -------
The ICE now even occurs just -O0:
pr14629.cc:47: error: unrecognizable insn:
(insn 251 46 47 13 pr14629.cc:26 (set (reg:HI 0 x)
(mem/s/j:HI (plus:HI (mem:HI (plus:HI (reg/f:HI 9 *_.frame)
(const_int 5 [0x5])) [0 S2 A8])
(const_int 6 [0x6])) [0 S2 A8])) -1 (nil)
(nil))
pr14629.cc:47: internal compiler error: in extract_insn, at recog.c:2074
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Confirmed:
unsigned char CFrame::OnRxChar(unsigned char)
pr14629.cc:47: error: unable to find a register to spill in class `A_OR_SP_REGS'
pr14629.cc:47: error: this is the insn:
(insn 97 95 94 11 pr14629.cc:40 (set (reg/f:HI 67)
(plus:HI (mem/s/j:HI (reg/v/u/f:HI 54 [ this ]) [0 <variable>.m_rxBuf+0 S2 A8])
(reg:HI 1 d [orig:64 <variable>.m_rxCnt ] [64]))) 50 {*addhi3_68hc12} (insn_list 92 (nil))
(nil))
pr14629.cc:47: internal compiler error: in spill_failure, at reload1.c:1887
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-19 06:56:45
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14629