libstdc++ v2 broken

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon Jul 17 00:29:00 GMT 2000


In the current CVS, all C++ tests fail when compiling with
--enable-shared. This is caused by a missing symbol in libstdc++.so,
__valarray_product__H1ZUi_PCX01T0_X01. The symbol is not emitted since
the library is compiled with -O2 -fno-implicit-templates. I believe
the error was introduced with the patch

2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>

	(__valarray_sum, __valarray_product): New helper functions.

Regards,
Martin



More information about the Gcc-bugs mailing list