This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17094] New: [m32r-*-gcc] ICE with -msdata=use -O0
- From: "inaoka dot kazuhiro at renesas dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2004 06:57:22 -0000
- Subject: [Bug c/17094] New: [m32r-*-gcc] ICE with -msdata=use -O0
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
-- sdata.c --
extern char *name;
main()
{
printf("%s\n",name);
}
m32r-elf-gcc -c -msdata=use -O0 sdata.c
sdata.c: In function `main':
sdata.c:5: error: unrecognizable insn:
(insn 8 21 9 0 (set (reg:SI 27)
(unspec [
(const_int 0 [0x0])
] 2)) -1 (nil)
(nil))
sdata.c:5: internal compiler error: in extract_insn, at recog.c:2083
--
Summary: [m32r-*-gcc] ICE with -msdata=use -O0
Product: gcc
Version: 3.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: inaoka dot kazuhiro at renesas dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: m32r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17094