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]

Re: Internal error with libstdc++-2.90.5



> c++ -DHAVE_CONFIG_H -I. -I. -I.. -nostdinc++ -I.. -I../stl -I../libio -g -D_GNU_SOURCE -fno-implicit-templates -fimplicit-templates -c  -fPIC -DPIC misc-inst.cc -o .libs/misc-inst.lo
> ../bits/std_ostream.h: In function `class basic_ostream<char,char_traits<char> > & operator <<<char_traits<char>>(class basic_ostream<char,char_traits<char> > &, const char *)':
> misc-inst.cc:100:   instantiated from here
> ../bits/std_ostream.h:425: Internal compiler error.
> ../bits/std_ostream.h:425: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.

You will probably need to update your EGCS installation.

> My system is Solaris 2.5.1 (Sparc) using egcs-2.91.66
> I'm pretty sure 2.91.66 is 1.1.2, let me know if I'm wrong.
>
> Have fun
>
> Phil

Hi Phil.  Using "c++ -v" as well as "c++ --version" will let you know
which egcs version corresponds to which gcc version.  I've been using
the 19990502 snapshot (2.93.21), and it will build/run the libstdc++
stuff just fine.

Phil


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