Skip to content
Snippets Groups Projects
Commit 9cc37f69 authored by Tom Tromey's avatar Tom Tromey Committed by Tom Tromey
Browse files

* libjava.compile/zeroexp.java: New file.

From-SVN: r55663
parent f922660b
No related branches found
No related tags found
No related merge requests found
2002-07-22 Tom Tromey <tromey@redhat.com>
* libjava.compile/zeroexp.java: New file.
2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2002-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* libjava.compile/compile.exp: Sort sources. * libjava.compile/compile.exp: Sort sources.
......
public class zeroexp
{
public static void main (String[] argv)
{
// gcj used to give an error about this literal.
float f = 0E-6F;
double d = 0E-9;
System.out.println ("" + f + " " + d);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment