This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
Re: gcj/55: jc1 dies on implicit String conversion
- To: apbianco at cygnus dot com
- Subject: Re: gcj/55: jc1 dies on implicit String conversion
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 29 Sep 1999 23:20:05 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR gcj/55; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: kuipers@cwi.nl
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/55: jc1 dies on implicit String conversion
Date: Wed, 29 Sep 1999 16:09:58 -0700
The current gcj doesn't crash when given this code. However, the
resulting executable doesn't work correctly, either. It prints
nothing when run.
I'm checking the test program in to the libgcj test suite.
It is called "PR55.java".
Tom