This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

ICE when building



Building on i586-pc-linux-gnu using egcs-1.1.2, passing --with-gnu-ld to
configure, with the sources checked out this afternoon (the latest ChangeLog
entry was Gabriel's fix to DO_DEFINE_MIN_MAX).  The output from "c++ -v
--save-temps [all the options from below] misc-inst.cc" is attached; the
last part of the build is shown below.

Did I just happen to checkout the sources at a bad time?

Phil


/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I.
-I../../libstdc++/src 
-I.. -nostdinc++ -I../../libstdc++ -I../../libstdc++/stl
-I../../libstdc++/libio
    -g -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates
-fimplicit-templat
es -c ../../libstdc++/src/misc-inst.cc
rm -f .libs/misc-inst.lo
c++ -DHAVE_CONFIG_H -I. -I../../libstdc++/src -I.. -nostdinc++
-I../../libstdc++
 -I../../libstdc++/stl -I../../libstdc++/libio -g -fvtable-thunks
-D_GNU_SOURCE 
-fno-implicit-templates -fimplicit-templates -c  -fPIC -DPIC
../../libstdc++/src
/misc-inst.cc -o .libs/misc-inst.lo
../../libstdc++/bits/std_ostream.h: In function `class
basic_ostream<char,char_t
raits<char> > & operator <<<char_traits<char>>(class
basic_ostream<char,char_tra
its<char> > &, const char *)':
../../libstdc++/src/misc-inst.cc:149:   instantiated from here
../../libstdc++/bits/std_ostream.h:425: Internal compiler error.
../../libstdc++/bits/std_ostream.h:425: Please submit a full bug report to
`egcs
-bugs@egcs.cygnus.com'.
../../libstdc++/bits/std_ostream.h:425: See
<URL:http://egcs.cygnus.com/faq.html
#bugreport> for details.
make[2]: *** [misc-inst.lo] Error 1
make[2]: Leaving directory `/home/pedwards/bld/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pedwards/bld'
make: *** [all-recursive-am] Error 2



misc-inst.ii


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