This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19198] New: ICE in copyprop_hardreg_forward_1
- From: "matt at gsicomp dot on dot ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Dec 2004 03:31:01 -0000
- Subject: [Bug c/19198] New: ICE in copyprop_hardreg_forward_1
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
root@penelope# gcc -v
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
----------------------------------------------
root@penelope# uname -a
FreeBSD penelope.gsicomp.on.ca 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #0: Wed
Dec 8 22:11:29 EST 2004
root@penelope.gsicomp.on.ca:/usr/obj/usr/src/sys/PENELOPE.20040530.01 i386
----------------------------------------------
matt@penelope# make shell32_main.o
gcc34 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_SHELL32_ -
DCOM_NO_WINDOWS_H --save-temps -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-
boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o
shell32_main.o shell32_main.c
gcc34: warning: -pipe ignored because -save-temps specified
shell32_main.c: In function `SHGetFileInfoW':
shell32_main.c:185: error: insn does not satisfy its constraints:
(insn 1822 1263 1265 118 shell32_main.c:484 (parallel [
(set (reg:CCNO 17 flags)
(compare:CCNO (and:QI (reg:QI 5 di [orig:63 flags ] [63])
(const_int -32 [0xffffffe0]))
(const_int 0 [0x0])))
(set (reg:QI 5 di [orig:63 flags ] [63])
(and:QI (reg:QI 5 di [orig:63 flags ] [63])
(const_int -32 [0xffffffe0])))
]) 205 {*andqi_2} (nil)
(expr_list:REG_UNUSED (reg:QI 5 di [orig:63 flags ] [63])
(nil)))
shell32_main.c:185: internal compiler error: in copyprop_hardreg_forward_1, at
regrename.c:1549
----------------------------------------------
--
Summary: ICE in copyprop_hardreg_forward_1
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: matt at gsicomp dot on dot ca
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19198