Commit 0a41faf0 by Andrew Haley Committed by Andrew Haley

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
parent 4827be7a
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
......
// PR java/16927
public class AssertBug {
public void bug(Integer i) {
assert(false):
i.toString() + "!";
}
}
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