Commit 76a43492 by Eric Blake Committed by Eric Blake

re PR java/5902 (Gcj fails to parse float)

2002-03-11  Eric Blake  <ebb9@email.byu.edu>

	* libjava.compile/PR5902.java: New file.
	* libjava.compile/PR5913.java: New file.
	* libjava.compile/PR5913.xfail: New file.

From-SVN: r50637
parent 54b6670a
2002-03-11 Eric Blake <ebb9@email.byu.edu>
* libjava.compile/PR5902.java: New file.
* libjava.compile/PR5913.java: New file.
* libjava.compile/PR5913.xfail: New file.
2002-02-23 Jeff Sturm <jsturm@one-point.com>
* libjava.lang/InvokeReturn.java: New file.
......
class PR5902
{
public static void main(String[] args)
{
System.exit((019f == 19) ? 0 : 1);
}
}
class PR5913
{
public static void main(String[] args)
{
System.exit((("" + 1) instanceof String) ? 0 : 1);
}
}
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