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]

2.90.8: Compiler errors during make check.


I'm running 2.95.2 on Mandrake Linux 7.0 for my compiler on Pentium II
hardware.  I just downloaded the latest (2.90.8) libstdc++ so that I could see
if the new MT-safe-string fixes work for me.

I configured and built the library without incident.  Being the paraniod sort,
I did a "make check" and got:




22_locale/ctype.cc
In file included from ../gcc-2.95.2/libstdc++/bits/std_locale.h:38,
                 from ../gcc-2.95.2/libstdc++/std/locale:2,
                 from ../gcc-2.95.2/libstdc++/testsuite/22_locale/ctype.cc:27:
../gcc-2.95.2/libstdc++/bits/locale_facets.h:227: Internal compiler error 61.
../gcc-2.95.2/libstdc++/bits/locale_facets.h:227: Please submit a full bug
report.
../gcc-2.95.2/libstdc++/bits/locale_facets.h:227: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
        st_fail



and



26_numerics/buggy_complex.cc
../gcc-2.95.2/libstdc++/bits/std_complex.h: In method `class complex<double> &
complex<double>::operator *=<double>(const complex<double> &)':
../gcc-2.95.2/libstdc++/bits/std_complex.h:851:   instantiated from `operator
*<double>(const complex<double> &, const complex<double> &)'
../gcc-2.95.2/libstdc++/testsuite/26_numerics/buggy_complex.cc:33:  
instantiated from here
../gcc-2.95.2/libstdc++/bits/std_complex.h:663: Internal compiler error.
../gcc-2.95.2/libstdc++/bits/std_complex.h:663: Please submit a full bug
report.
../gcc-2.95.2/libstdc++/bits/std_complex.h:663: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
        st_fail



I'm using niether locales nor complex numbers in my program.  Can I blow-off
these test failures, or am I stuck?

--
George T. Talbot
<george at moberg dot com>

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