public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/6520
@ 2002-05-11 14:46 Tom Tromey
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Tromey @ 2002-05-11 14:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/6520; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: gcc-gnats@gcc.gnu.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: java/6520
Date: 11 May 2002 15:48:28 -0600

 I found a small example showing the problem in PR java/6520.
 The problem is that the second Float.NaN is not promoted to double.
 
 public class foo
 {
   public static void check (double x, double y)
   {
     System.out.println (x == y);
   }
 
   public static void main(String[] args)
   {
     check (Math.min (2.0f, Float.NaN), Float.NaN);
   }
 }
 
 
 Tom


^ permalink raw reply	[flat|nested] 3+ messages in thread

* java/6520
@ 2002-06-11 15:46 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-06-11 15:46 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR java/6520; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6520
Date: 11 Jun 2002 22:36:56 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-06-11 15:36:55
 
 Modified files:
 	gcc            : ChangeLog fold-const.c 
 
 Log message:
 	For PR java/6520:
 	* fold-const.c (fold_convert): Don't modify existing tree's type.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14538&r2=1.14539
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&r1=1.209&r2=1.210
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* java/6520
@ 2002-06-10 20:56 tromey
  0 siblings, 0 replies; 3+ messages in thread
From: tromey @ 2002-06-10 20:56 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR java/6520; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/6520
Date: 11 Jun 2002 03:50:31 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-06-10 20:50:31
 
 Modified files:
 	libjava/testsuite: ChangeLog 
 Added files:
 	libjava/testsuite/libjava.lang: PR6520.java 
 
 Log message:
 	* libjava.lang/PR6520.java: New file.  For PR java/6520.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.205&r2=1.206
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.lang/PR6520.java.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-11 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-11 14:46 java/6520 Tom Tromey
2002-06-10 20:56 java/6520 tromey
2002-06-11 15:46 java/6520 tromey

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).