[Bug bootstrap/13632] New: ICE while building crtbegin.o

lu_zero at gentoo dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 9 13:12:00 GMT 2004


base info: gcc-3.2.3, glibc-2.3.2-r9, 2.6.1_rc1-benh1
CFLAGS="-O2 -pipe -mcpu=7450 -mtune=7450 -maltivec -mabi=altivec"

In the latest 4 days I tried to build gcc-3.4 from cvs HEAD,
it segfaults reproducibly on crtbegin.o

make[2]: Entering directory `/var/tmp/portage/gcc-3.4/work/build/gcc'
make CC=" stage1/xgcc -Bstage1/ -B/usr/powerpc-unknown-linux-gnu/bin/"
CC_FOR_BUILD=" stage1/xgcc -Bstage1/ -B/usr/powerpc-unknown-linux-gnu/bin/" \
         STAGE_PREFIX=stage1/ \
         ADAFLAGS="" CFLAGS="-g -O2" LDFLAGS=""
WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-pedantic -Wno-long-long
-Wold-style-definition -Werror" libdir=/usr/lib LANGUAGES="c gcov gcov-dump c++
f77 objc" MAKEINFO="makeinfo" MAKEINFOFLAGS="" MAKEOVERRIDES= OUTPUT_OPTION="-o
\$@" \
         CFLAGS="-g -O2" WERROR="-Werror"
make[3]: Entering directory `/var/tmp/portage/gcc-3.4/work/build/gcc'
if [ -f specs.ready ] ; then \
        true; \
else \
        echo timestamp > specs.ready; \
fi
./xgcc -B./ -B/usr/powerpc-unknown-linux-gnu/bin/ -isystem
/usr/powerpc-unknown-linux-gnu/include -isystem
/usr/powerpc-unknown-linux-gnu/sys-include
-L/var/tmp/portage/gcc-3.4/work/build/gcc/../ld -O2 -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I/var/tmp/portage/gcc-3.4/work/gcc/gcc
-I/var/tmp/portage/gcc-3.4/work/gcc/gcc/.
-I/var/tmp/portage/gcc-3.4/work/gcc/gcc/../include   -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-unit-at-a-time -msdata=none \
   -c /var/tmp/portage/gcc-3.4/work/gcc/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
In file included from /usr/include/stdio.h:36,
                 from /var/tmp/portage/gcc-3.4/work/gcc/gcc/tsystem.h:79,
                 from /var/tmp/portage/gcc-3.4/work/gcc/gcc/crtstuff.c:62:
/usr/include/bits/types.h:146: internal compiler error: Segmentation fault

-- 
           Summary: ICE while building crtbegin.o
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lu_zero at gentoo dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13632



More information about the Gcc-bugs mailing list