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]

libstdc++ v2 broken


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


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