Commit d8f19ccf by Tom Tromey Committed by Tom Tromey

* libjava.lang/PR6520.java: New file. For PR java/6520.

From-SVN: r54482
parent 56a28102
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.
......
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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment