This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-4.2 (20060826) and gnu classpath (PR28096?)
On 29 Aug 2006 09:41:26 -0600
Tom Tromey <tromey@redhat.com> wrote:
> >>>>> "Hanno" == Hanno Meyer-Thurow <h.mth@web.de> writes:
>
> Hanno> Attached a reduced testcase.
> Hanno> gcj -C does fine.
> Hanno> ecj throws that.
>
> In this situation the test case is still "compile ecj" -- since the
> bug occurs when running ecj. I was hoping for something smaller than
> that...
I added a print to ecj that shows this on execution:
# build/ecj-native-3.2 /tmp/DoubleTest.java
source: [C@180030 string: 5e-324 valueDouble: -1.060997895E-314 parsedDouble: -1.060997895E-314
In this bugreport it shows the same double value:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28096
Regards,
Hanno