This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/32070] New: ICE during the build phase of the compiler
- From: "wyderski at ii dot uni dot wroc dot pl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 May 2007 13:23:55 -0000
- Subject: [Bug bootstrap/32070] New: ICE during the build phase of the compiler
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Configured as
../configure --prefix=/mnt/home3/piotrw/tower/tools/gcc-4.1.2
--enable-threads=posix --with-dwarf2 --enable-languages=c,c++
When trying to build 4.1.2 using GCC3.4.4 on a PA-RISC-based
HPUX machine, the following error is reported:
make[3]: Entering directory
`/export/home3/piotrw/tower/build/gcc-4.1.2/objdir/gcc'
/export/home3/piotrw/tower/build/gcc-4.1.2/objdir/./gcc/xgcc
-B/export/home3/piotrw/tower/build/gcc-4.1.2/objdir/./gcc/
-B/mnt/home3/piotrw/tower/tools/gcc-4.1.2/hppa2.0w-hp-hpux11.11/bin/
-B/mnt/home3/piotrw/tower/tools/gcc-4.1.2/hppa2.0w-hp-hpux11.11/lib/ -isystem
/mnt/home3/piotrw/tower/tools/gcc-4.1.2/hppa2.0w-hp-hpux11.11/include -isystem
/mnt/home3/piotrw/tower/tools/gcc-4.1.2/hppa2.0w-hp-hpux11.11/sys-include -O2
-O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../gcc
-I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include -DL_muldi3
-c ../../gcc/libgcc2.c -o libgcc/./_muldi3.o
../../gcc/libgcc2.c:1: internal compiler error: in default_no_named_section, at
varasm.c:5144
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [libgcc/./_muldi3.o] Error 1
make[3]: Leaving directory
`/export/home3/piotrw/tower/build/gcc-4.1.2/objdir/gcc'
make[2]: *** [libgcc.a] Error 2
make[2]: Leaving directory
`/export/home3/piotrw/tower/build/gcc-4.1.2/objdir/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/export/home3/piotrw/tower/build/gcc-4.1.2/objdir'
make: *** [all] Error 2
--
Summary: ICE during the build phase of the compiler
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wyderski at ii dot uni dot wroc dot pl
GCC build triplet: HP-UX B.11.11 U 9000/800 (PA-RISC)
GCC host triplet: HP-UX B.11.11 U 9000/800 (PA-RISC)
GCC target triplet: HP-UX B.11.11 U 9000/800 (PA-RISC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32070