Kaveh R. Ghazi wrote:
There's also a 3.4/4.0 failure listed here: http://gcc.gnu.org/ml/gcc/2005-01/msg00034.html
Any thoughts on {char,wchar_t}/13189.cc ?
Yes, I'm working on it: something is messed up wrt the includes necessary when _GLIBCXX_USE___ENC_TRAITS: in normal builds you don't notice because PCHs (which drag in everything) are used when running the testsuite, invalidated by -fpic/-fPIC.
I should have something pretty soon...
Thanks for posting the actual error, Paolo.