From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13549 invoked by alias); 9 Jul 2009 19:23:42 -0000 Received: (qmail 13509 invoked by uid 48); 9 Jul 2009 19:23:30 -0000 Date: Thu, 09 Jul 2009 19:23:00 -0000 Message-ID: <20090709192330.13508.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/40699] [4.5 Regression] All sparcv9 libjava execution tests fail on Solaris 11/SPARC In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rsandifo at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00821.txt.bz2 ------- Comment #4 from rsandifo at gcc dot gnu dot org 2009-07-09 19:23 ------- OK, I'm going to need some help debugging this one. First of all, how are you running your tests? E.g. (a) are you using --target_board unix/-m64, (b) is -m64 the default, or (c) something else? Second, this: [find_libgcc_s $GCJ_UNDER_TEST] is supposed to return the directory of the 64-bit libgcc, but presumably it isn't doing. Could you compare the result of that command with something like: [find_libgcc_s $GFORTRAN_UNDER_TEST] which seems to work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40699