* libjava.lang/PR6520.java: New file. For PR java/6520.
From-SVN: r54482
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-06-10 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.lang/PR6520.java: New file. For PR java/6520.
|
||||
|
||||
2002-06-04 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.compile/T20020604.java: New file.
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
public class pr6520
|
||||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user