This is the mail archive of the gcc-bugs@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]

3.[01] bootstrap failure on alphaev6-unknown-linux-gnu in compex_io.cc


On alphaev6-unkown-linux-gnu, with 3.[01] and today's CVS, I get
a good bootstrap comparison, but the bootstrap fails in 3.1 with

/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/xgcc -B/export/u11/lucier/programs/gcc/gcc-3.1/objdir/gcc/ -nostdinc++ -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src -L/export/u11/lucier/programs/gcc/gcc-3.1/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/alphaev6-unknown-linux-gnu/bin/ -B/usr/local/alphaev6-unknown-linux-gnu/lib/ -isystem /usr/local/alphaev6-unknown-linux-gnu/include -nostdinc++ -I../../../../libstdc++-v3/include -I../../../../libstdc++-v3/include/std -I../../../../libstdc++-v3/include/c_std -I../include -I../../../../libstdc++-v3/libsupc++ -I../libio -I../../../../libstdc++-v3/libio -I../../../../libstdc++-v3/libmath -g -O2 -fvtable-thunks -D_GNU_SOURCE -mieee -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../libstdc++-v3/src/complex_io.cc  -fPIC -DPIC -o .libs/complex_io.o
../../../../libstdc++-v3/include/bits/std_complex.h: In function 
   `std::basic_ostream<_CharT, _Traits>& 
   std::operator<<(std::basic_ostream<_CharT, _Traits>&, const 
   std::complex<_Tp>&) [with _Tp = float, _CharT = char, _Traits = 
   std::char_traits<char>]':
../../../../libstdc++-v3/src/complex_io.cc:98:   instantiated from here
../../../../libstdc++-v3/include/bits/std_complex.h:87: Internal compiler error 
   in add_abstract_origin_attribute, at dwarf2out.c:8564
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [complex_io.lo] Error 1

and on 3.0 with

/export/u11/lucier/programs/gcc/gcc-3.0/objdir/gcc/xgcc -B/export/u11/lucier/programs/gcc/gcc-3.0/objdir/gcc/ -nostdinc++ -L/export/u11/lucier/programs/gcc/gcc-3.0/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src -L/export/u11/lucier/programs/gcc/gcc-3.0/objdir/alphaev6-unknown-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/alphaev6-unknown-linux-gnu/bin/ -B/usr/local/alphaev6-unknown-linux-gnu/lib/ -isystem /usr/local/alphaev6-unknown-linux-gnu/include -nostdinc++ -I../../../../libstdc++-v3/include -I../../../../libstdc++-v3/include/std -I../../../../libstdc++-v3/include/c_std -I../include -I../../../../libstdc++-v3/libsupc++ -I../libio -I../../../../libstdc++-v3/libio -I../../../../libstdc++-v3/libmath -g -O2 -fvtable-thunks -D_GNU_SOURCE -mieee -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../libstdc++-v3/src/complex_io.cc  -fPIC -DPIC -o .libs/complex_io.o
../../../../libstdc++-v3/include/bits/std_complex.h: In function 
   `std::basic_ostream<_CharT, _Traits>& 
   std::operator<<(std::basic_ostream<_CharT, _Traits>&, const 
   std::complex<_Tp>&) [with _Tp = float, _CharT = char, _Traits = 
   std::char_traits<char>]':
../../../../libstdc++-v3/src/complex_io.cc:98:   instantiated from here
../../../../libstdc++-v3/include/bits/std_complex.h:87: Internal compiler error 
   in add_abstract_origin_attribute, at dwarf2out.c:9267
Please submit a full bug report, with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [complex_io.lo] Error 1

FWIW, I had a good bootstrap today on sparc-sun-solaris2.8 with both trunk
and mainline.  (Make check is still running.)

Your not always humble servant,

Brad Lucier


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