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
This commit is contained in:
parent
54b6670a15
commit
76a43492ea
4 changed files with 22 additions and 0 deletions
7
libjava/testsuite/libjava.compile/PR5913.java
Normal file
7
libjava/testsuite/libjava.compile/PR5913.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
class PR5913
|
||||
{
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.exit((("" + 1) instanceof String) ? 0 : 1);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue