This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: New AIX template failures


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


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