http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49314
--- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot
Uni-Bielefeld.DE> 2011-06-17 16:15:55 UTC ---
Further investigation revealed part of what's going on: the test in
gnu::gcj::convert::IOConverter::iconv_init fails with EINVAL on Tru64
UNIX, but the byte swapping is still needed. If I hack the function to
return true, both the testcase and md5test/shatest succeed.
The question now is what's a clean fix for this issue, rather than
hardcoding the result?
Rainer