This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13632] [3.4 Regression] ICE while building crtbegin.o
- From: "lu_zero at gentoo dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jan 2004 05:20:44 -0000
- Subject: [Bug optimization/13632] [3.4 Regression] ICE while building crtbegin.o
- References: <20040109131216.13632.lu_zero@gentoo.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lu_zero at gentoo dot org 2004-01-11 05:20 -------
Same result but that time with gcc-3.3.2
./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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13632