This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: Numerous Libjava Test Failures for gcc 3.1, not for gcc 3.0
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 6 Jun 2001 18:29:40 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On Wed, 6 Jun 2001, Jeffrey Oldham wrote:
> For i686-pc-linux-gnu, why do 348 unexpected failures occur for
> libjava tests when using gcc 3.1 but only one occurs for gcc 3.0? See
> the test results below. Gcc 3.0 showed the same number of unexpected
> failures until 02June when they mysteriously disappeared; may we have
> the same wonderful patch applied to gcc 3.1?
Sorry to disappoint you, but the 3.0 testsuite hasn't changed since May 4.
You didn't say why each program execution fails, but I'd bet they fail to
link libgcc_s.so. I certainly don't get these results, however I have
libgcc_s installed on my machine.
Can you confirm if this is the case?
Jeff