This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New AIX template failures
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: Paolo Carlini <pcarlini at unitus dot it>, Benjamin Kosnik <bkoz at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Date: 26 Apr 2003 16:02:20 +0200
- Subject: Re: New AIX template failures
- Organization: Integrable Solutions
- References: <200304261400.KAA31452@makai.watson.ibm.com>
David Edelsohn <dje at watson dot ibm dot com> writes:
| FAIL: 27_io/manipulators/standard/char/2.cc (test for excess errors)
| Excess errors:
| ld: 0711-317 ERROR: Undefined symbol: .double std::__cmath_power<double>(double, unsigned)
| ld: 0711-317 ERROR: Undefined symbol: .float std::__cmath_power<float>(float, unsigned)
| ld: 0711-317 ERROR: Undefined symbol: .long double std::__cmath_power<long double>(long double, unsigned)
| ld: 0711-317 ERROR: Undefined symbol: .std::valarray<unsigned long>::valarray[in-charge]()
Nobody has touched the valarray stuff recently so that must be coming
from somewhere else (probably compiler change). I suspect the same
might be true for __cmath_power<>.
-- Gaby