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]

Re: Bootstrap failure of gcc-ss-20010409 in ia64


Daniel Berlin <dan@cgsoftware.com> said:
>Mark Mitchell <mark@codesourcery.com> 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<char>, _Alloc = std::allocator<char>]':
../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<char>, _Alloc = std::allocator<char>]'
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 <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
	    
Do you need more info?

Bill


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