From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Nottingham To: dan@cgsoftware.com, Mark Mitchell Cc: dan@cgsoftware.com, wilson@cygnus.com, schwab@suse.de, gcc@gcc.gnu.org Subject: Re: Bootstrap failure of gcc-ss-20010409 in ia64 Date: Thu, 12 Apr 2001 12:27:00 -0000 Message-id: <200104121926.f3CJQj909281@porkchop.redhat.com> References: <20010411183411J.mitchell@codesourcery.com> <20010411211618B.mitchell@codesourcery.com> X-SW-Source: 2001-04/msg00567.html Daniel Berlin said: >Mark Mitchell writes: >Please note the patch might not work in all cases, but it should still >get you past the point you are at now, and if it does, i'll submit a >correct patch. It doesn't here, in brief testing - it still dies at the same place: /space/ook/gcc-foo/gcc/gcc/xgcc -B/space/ook/gcc-foo/gcc/gcc/ -nostdinc++ -L/space/ook/gcc-foo/gcc/ia64-unknown-linux/libstdc++-v3/src -L/space/ook/gcc-foo/gcc/ia64-unknown-linux/libstdc++-v3/src/.libs -B/usr/local/foo/ia64-unknown-linux/bin/ -B/usr/local/foo/ia64-unknown-linux/lib/ -isystem /usr/local/foo/ia64-unknown-linux/include -nostdinc++ -I../include -I../include/std -I../include/c_std -I../include -I../libsupc++ -I../libio -I../libio -I../libmath -g -O2 -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c string-inst.cc -fPIC -DPIC -o .libs/string-inst.o ../include/bits/basic_string.tcc: In copy constructor std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]': ../include/bits/basic_string.tcc:187: instantiated from std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits, _Alloc = std::allocator]' string-inst.cc:48: instantiated from here ../include/bits/basic_string.tcc:187: Internal compiler error in add_abstract_origin_attribute, at dwarf2out.c:9261 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Do you need more info? Bill