re PR java/16927 (assert statement fails at -O1 and above)
2004-09-24 Andrew Haley <aph@redhat.com> PR java/16927 * testsuite/libjava.compile/AssertBug.java: New file. From-SVN: r88035
This commit is contained in:
parent
4827be7a8d
commit
0a41faf022
@ -1,3 +1,8 @@
|
||||
2004-09-24 Andrew Haley <aph@redhat.com>
|
||||
|
||||
PR java/16927
|
||||
* testsuite/libjava.compile/AssertBug.java: New file.
|
||||
|
||||
2004-09-24 Casey Marshall <csm@gnu.org>
|
||||
|
||||
* java/util/PropertyPermissionCollection.java
|
||||
|
7
libjava/testsuite/libjava.compile/AssertBug.java
Normal file
7
libjava/testsuite/libjava.compile/AssertBug.java
Normal file
@ -0,0 +1,7 @@
|
||||
// PR java/16927
|
||||
public class AssertBug {
|
||||
public void bug(Integer i) {
|
||||
assert(false):
|
||||
i.toString() + "!";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user