This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failures building libstdc++ on i586-pc-linux-gnu
- From: "Dorit Naishlos" <DORIT at il dot ibm dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 2 Sep 2003 23:12:15 +0300
- Subject: Re: Bootstrap failures building libstdc++ on i586-pc-linux-gnu
Art Haas Wrote in http://gcc.gnu.org/ml/gcc/2003-09/msg00059.html:
"
[...]
/usr/src/gcc_3_4_branch/objdir-20030901/i586-pc-linux-gnu/libstdc++-v3/include/bits/locale_facets.h:
In member function `_InIter std::money_get<_CharT, _InIter>::do_get
(_InIter, _InIter, bool, std::ios_base&, std::_Ios_Iostate&,
std::basic_string<_CharT, std::char_traits<_CharT>, std::allocator<_CharT>
>&) const [with _CharT = wchar_t, _InIter =
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >]':
/usr/src/gcc_3_4_branch/gcc/libstdc++-v3/src/locale-inst.cc:56:
instantiated from here
/usr/src/gcc_3_4_branch/objdir-20030901/i586-pc-linux-gnu/libstdc++-v3/include/bits/locale_facets.h:1670:
internal compiler error: Segmentation fault
[...]
Anyone else seeing this?
"
Sort of... I'm seeing this on powerpc-apple-darwin6.4:
/Users/patch/FSF/vanilla/build/gcc/xgcc -shared-libgcc
-B/Users/patch/FSF/vanilla/build/gcc/ -nostdinc++
-L/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/src
-L/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/src/.libs
-B/Users/patch/FSF/vanilla//powerpc-apple-darwin6.4/bin/
-B/Users/patch/FSF/vanilla//powerpc-apple-darwin6.4/lib/
-isystem /Users/patch/FSF/vanilla//powerpc-apple-darwin6.4/include
-isystem
/Users/patch/FSF/vanilla//powerpc-apple-darwin6.4/sys-include
-I/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/include/powerpc-apple-darwin6.4
-I/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/include
-I/Users/patch/FSF/vanilla/gcc/libstdc++-v3/libsupc++
-O2 -g -O2 -g -O2 -fno-implicit-templates -Wall -Wno-format -W
-Wwrite-strings -fdiagnostics-show-location=once -c
/Users/patch/FSF/vanilla/gcc/libstdc++-v3/src/locale-inst.cc -o
locale-inst.o
/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/include/bits/locale_facets.h:
In member function `std::basic_string<_CharT, std::char_traits<_CharT>,
std::allocator<_CharT> > std::moneypunct<_CharT, _Intl>::curr_symbol()
const [with _CharT = char, bool _Intl = false]':
/Users/patch/FSF/vanilla/gcc/libstdc++-v3/src/locale-inst.cc:42:
instantiated from here
/Users/patch/FSF/vanilla/build/powerpc-apple-darwin6.4/libstdc++-v3/include/bits/locale_facets.h:1670:
internal compiler error: tree check: expected tree_list, have goto_stmt in
build_over_call, at cp/call.c:4571
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [locale-inst.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
dorit