This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1
- From: "markus at unixforces dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2005 17:12:00 -0000
- Subject: [Bug bootstrap/23158] building GCC 3.3.6 fails on ppc64 with gcc4 and gcc4.1
- References: <20050731092040.23158.markus@unixforces.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From markus at unixforces dot net 2005-07-31 17:11 -------
I re-ran the compile with -j1 ( instead of -j9 ;-) ) to get the command which
was executed before the error. Then I re-ran this command with the -E option, so
that the preprocessed source gets written to the file specified by the -o
option, right? But all I get is an ICE and the file specified by -o does not get
written -- and yes, I am at the right dirctory (hopefully, but find does not
find that file, too):
gcc # /var/tmp/portage/libstdc++-v3-3.3.6/work/build/gcc/xgcc
-B/var/tmp/portage/libstdc++-v3-3.3.6/work/build/gcc/
-B/usr/powerpc64-unknown-linux-gnu/bin/ -B/usr/powerpc64-unknown-linux-gnu/lib/
-isystem /usr/powerpc64-unknown-linux-gnu/include -O2 -DIN_GCC -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I.
-I. -I/var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6/gcc
-I/var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6/gcc/.
-I/var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6/gcc/config
-I/var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6/gcc/../include -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -c
/var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6/gcc/crtstuff.c -DCRT_BEGIN
-o crtbegin.o -E
cc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc # ls crtbegin.o
ls: crtbegin.o: No such file or directory
gcc #
--
What |Removed |Added
----------------------------------------------------------------------------
Version|3.3.6 |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23158