This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14542] ICE on simple 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:45:51 -0000
- Subject: [Bug target/14542] ICE on simple source
- References: <20040312015624.14542.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:45 -------
Confirmed.
live_at_start mismatch in bb 0, aborting
New:
first = 0x42020db0 current = 0x42020db0 indx = 0
0x42020db0 next = 0x0 prev = 0x0 indx = 0
bits = { 1 3 }
Old:
;; basic block 0, loop depth 0, count 0
;; prev block -1, next block 1
;; pred: ENTRY [100.0%] (fallthru)
;; succ: 1 [100.0%] (fallthru)
;; Registers live at start: 0 [x] 1 [d] 3 [sp]
(note:HI 61 2 126 0 [bb 0] NOTE_INSN_BASIC_BLOCK)
(note 126 61 5 0 NOTE_INSN_PROLOGUE_END)
(note:HI 5 126 143 0 NOTE_INSN_FUNCTION_BEG)
(insn 143 5 144 0 (set (mem:HI (pre_dec:HI (reg/f:HI 3 sp)) [0 S2 A8])
(reg:HI 1 d [ d ])) 26 {*movhi_68hc12} (nil)
(nil))
(insn 144 143 133 0 (set (reg:HI 0 x)
(reg:HI 1 d [ d ])) 26 {*movhi_68hc12} (nil)
(expr_list:REG_DEAD (reg:HI 1 d [ d ])
(nil)))
;; Registers live at end: 0 [x] 3 [sp]
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-03-19 06:45:50
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14542