This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32441] New: ICE in expand_expr_real_1, at expr.c:7109
- From: "rask at sygehus dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2007 21:35:08 -0000
- Subject: [Bug target/32441] New: ICE in expand_expr_real_1, at expr.c:7109
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Here's how I configure GCC:
$ /n/08/rask/src/gcc/configure --target m32c-unknown-elf
--with-newlib--enable-sim --disable-gdb --disable-nls
--enable-languages=c,c++,java
This is how to reproduce the failure:
$ ./xgcc -B./ ~/__dprintf.c -S -dp -o /dev/null -mcpu=m32cm
/n/08/rask/src/gcc/newlib/libc/misc/__dprintf.c: In function '__dprintf':
/n/08/rask/src/gcc/newlib/libc/misc/__dprintf.c:73: internal compiler error: in
expand_expr_real_1, at expr.c:7109
--
Summary: ICE in expand_expr_real_1, at expr.c:7109
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rask at sygehus dot dk
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m32c-unknown-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32441