From: Andrew Haley <aph@cambridge.redhat.com>
To: Mark Wielaard <mark@klomp.org>
Cc: java@gcc.gnu.org
Subject: Mauve - the remainder
Date: Thu, 18 Apr 2002 08:31:00 -0000 [thread overview]
Message-ID: <15550.32899.387754.4481@cuddles.cambridge.redhat.com> (raw)
In-Reply-To: <1019080941.7866.133.camel@elsschot>
Mark Wielaard writes:
> Hi,
>
> It seems that the slippage of GCC 3.1 was a positive thing for Mauve
> regression test fixing. On i686-pc-linux-gnu there are only 6 unanalyzed
> failures left. (And Andrew is chasing the extra failures on powerpc).
>
> Since I don't know how much time I will have till the actual release I
> will list the remaining issues. Maybe someone can help analyze and/or
> fix them.
>
> FAIL: gnu.testlet.java.lang.Double.DoubleTest: Error: test_intValue
> returned wrong results CYGNUS: Float to int conversions - 1 (number 1)
>
> When compiling to byte-code the following prints zero:
>
> public class DT
> {
> public static void main(String[] args)
> {
> System.out.println((int) 3.4e+32);
> }
> }
>
> The actual buyte-code produced contains the zero. It should print
> 2147483647 (maxint), which it does when compiling from source.
>
> FAIL: gnu.testlet.java.lang.Double.DoubleTest: Error: test_longValue
> returned wrong results CYGNUS: Float to int conversions - 1 (number 1)
>
> Same kind of failure, but now for (long) 3.4e+32. The byte-code contains
> -4294967296 but the result should be 9223372036854775807 (maxlong).
> Compiling from source gives the correct result.
>
> FAIL: gnu.testlet.java.lang.Float.FloatTest: Error: test_intValue
> returned wrong results - 1 (number 1)
>
> Same for (int) 3.4e+32f.
>
> Simple testcase for above failures attached. It succeeds when compiling
> from source, it fails when compiling to byte-code.
These look like the bugs I'm working on.
Andrew.
next prev parent reply other threads:[~2002-04-18 8:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-17 15:54 Mark Wielaard
2002-04-17 16:24 ` Mark Wielaard
2002-04-18 8:31 ` Andrew Haley [this message]
2002-04-19 17:02 ` Mauve - the remainder (ieee_real_to_integer) Mark Wielaard
2002-04-19 18:05 ` Mauve - the remainder Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15550.32899.387754.4481@cuddles.cambridge.redhat.com \
--to=aph@cambridge.redhat.com \
--cc=java@gcc.gnu.org \
--cc=mark@klomp.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).