Commit b4bbd47e by Bryce McKinlay Committed by Bryce McKinlay

re PR tree-optimization/16249 (ICE in calculate_live_on_entry, at tree-ssa-live.c:724)

	* testsuite/libjava.compile/PR16249.java: New test case. PR
	gcc/16249.

From-SVN: r83869
parent c9543002
2004-06-29 Bryce McKinlay <mckinlay@redhat.com>
* testsuite/libjava.compile/PR16249.java: New test case. PR gcc/16249.
2004-06-28 Bryce McKinlay <mckinlay@redhat.com>
* testsuite/libjava.jacks/jacks.xfail: Remove
8.1.3-superclass-6.
* testsuite/libjava.jacks/jacks.xfail: Remove 8.1.3-superclass-6.
2004-06-28 Jerry Quinn <jlquinn@optonline.net>
......
// Regression test for PR java/16249.
class PR16249
{
static void bug(byte[] iCode, int pc)
{
while (pc < 100) {
try {
switch (iCode[pc] & 0xff) {
case 666:
iCode[++pc] = 1;
}
}
catch (Throwable ex) {
}
}
}
}
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