This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/17240] New: ICE in tree.c:2364.
- From: "ramana dot radhakrishnan at codito dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Aug 2004 14:02:33 -0000
- Subject: [Bug c/17240] New: ICE in tree.c:2364.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
While trying to build newlib 1.12 using gcc 3.4.2-release candidate targeted for
the ARC , I get an ICE with:
arc-elf32-gcc -save-temps
-B/mnt/tools/fsf/fsfbuild/build-ARC/build-newlib/arc-elf32/newlib/ -isystem
/mnt/tools/fsf/fsfbuild/build-ARC/build-newlib/arc-elf32/newlib/targ-include
-isystem /mnt/tools/fsf/fsfgcc/newlib-1.12.0/newlib/libc/include
-DPACKAGE=\"newlib\" -DVERSION=\"1.12.0\" -I.
-I/mnt/tools/fsf/fsfgcc/newlib-1.12.0/newlib/libc/stdio -O2 -fno-builtin -O2
-g -O2 -O2 -g -O2 -fshort-enums -c
/mnt/tools/fsf/fsfgcc/newlib-1.12.0/newlib/libc/stdio/vfprintf.c
/mnt/tools/fsf/fsfgcc/newlib-1.12.0/newlib/libc/stdio/vfprintf.c: In function
`_vfprintf_r':
/mnt/tools/fsf/fsfgcc/newlib-1.12.0/newlib/libc/stdio/vfprintf.c:804: internal
compiler error: in build, at tree.c:2364
1. gcc configuration info :
Reading specs from /usr/local/arcfsf/lib/gcc/arc-elf32/3.4.2/specs
Configured with: /mnt/tools/fsf/fsfgcc/gcc-3.4.2-rc-20040829/configure
--prefix=/usr/local/arcfsf --target=arc-elf32 --with-gnu-as --with-gnu-ld
--without-libs --with-newlib --with-stabs --with-dwarf --host=i686-pc-linux-gnu
--enable-languages=c --disable-multilib --disable-shared --disable-nls
--without-libbanshee : (reconfigured)
/mnt/tools/fsf/fsfgcc/gcc-3.4.2-rc-20040829/configure --prefix=/usr/local/arcfsf
--target=arc-elf32 --with-gnu-as --with-gnu-ld --without-libs --with-newlib
--with-stabs --with-dwarf --host=i686-pc-linux-gnu --enable-languages=c
--disable-multilib --disable-shared --disable-nls --without-libbanshee
Thread model: single
gcc version 3.4.2 20040829 (prerelease)
--
Summary: ICE in tree.c:2364.
Product: gcc
Version: 3.4.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ramana dot radhakrishnan at codito dot com
CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: arc-elf32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17240