This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap failure: libstdc++-v3/include/stdc++.h:83


Gerald Pfeifer <gerald@pfeifer.com> writes:

|> I don't know what might be causing this, but might this be due to one
|> of the large changes by you (Mark, Jan) in the last 18 hours?
|> 
|> Given that nobody else reported this, it might be i386 specific (as
|> opposed to i686 etc.).
|> 
|> /files/pfeifer/OBJ-0709-1215/gcc/xgcc -shared-libgcc -B/files/pfeifer/OBJ-0709-1215/gcc/ -nostdinc++  -L/files/pfeifer/OBJ-0709-1215/i386-unknown-freebsd4.8/libstdc++-v3/src -L/files/pfeifer/OBJ-0709-1215/i386-unknown-freebsd4.8/libstdc++-v3/src/.libs -B/sw/gcc-current/i386-unknown-freebsd4.8/bin/ -B/sw/gcc-current/i386-unknown-freebsd4.8/lib/ -isystem /sw/gcc-current/i386-unknown-freebsd4.8/include -isystem /sw/gcc-current/i386-unknown-freebsd4.8/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -nostdinc++ -I/files/pfeifer/OBJ-0709-1215/i386-unknown-freebsd4.8/libstdc++-v3/include/i386-unknown-freebsd4.8 -I/files/pfeifer/OBJ-0709-1215/i386-unknown-freebsd4.8/libstdc++-v3/include -I/sw/test/gcc/cvs/libstdc++-v3/libsupc++ /sw/test/gcc/cvs/libstdc++-v3/include/stdc++.h -O2 -g -o ./i386-unknown-freebsd4.8/bits/stdc++.h.gch/O2g;
|> /sw/test/gcc/cvs/libstdc++-v3/include/stdc++.h:83: 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.

I see the same problem on hppa-linux:

/home/dave/gcc-3.4/objdir/gcc/xgcc -shared-libgcc -B/home/dave/gcc-3.4/objdir/gcc/ -nostdinc++  -L/home/dave/gcc-3.4/objdir/hppa-linux/libstdc++-v3/src -L/home/dave/gcc-3.4/objdir/hppa-linux/libstdc++-v3/src/.libs -B/home/dave/opt/gnu/hppa-linux/bin/ -B/home/dave/opt/gnu/hppa-linux/lib/ -isystem /home/dave/opt/gnu/hppa-linux/include -isystem /home/dave/opt/gnu/hppa-linux/sys-include -Winvalid-pch -Wno-deprecated -x c++-header -g -O2 -D_GNU_SOURCE -nostdinc++ -I/home/dave/gcc-3.4/objdir/hppa-linux/libstdc++-v3/include/hppa-linux -I/home/dave/gcc-3.4/objdir/hppa-linux/libstdc++-v3/include -I../../../../gcc/libstdc++-v3/libsupc++ /home/dave/gcc-3.4/gcc/libstdc++-v3/include/stdc++.h -O2 -g -o ./hppa-linux/bits/stdc++.h.gch/O2g;
/home/dave/gcc-3.4/gcc/libstdc++-v3/include/stdc++.h:83: internal compiler error
: Segmentation fault

In a previous build, there was a segmentation fault building libobjc.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]