http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49314
--- Comment #12 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-06-18 05:54:49 UTC --- (In reply to comment #11) > 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 Does http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01375.html have any impact on this bug?