Commit 51c9fed9 by Tom Tromey Committed by Tom Tromey

re PR java/17329 (ICE: SEGV in java_gimplify_expr)

	PR java/17329:
	* testsuite/libjava.compile/pr17329.java: New file.

From-SVN: r87960
parent 2fc8ee77
2004-09-23 Tom Tromey <tromey@redhat.com>
PR java/17329:
* testsuite/libjava.compile/pr17329.java: New file.
PR java/17380:
* testsuite/libjava.jacks/jacks.xfail: Added 9.2-implicit-6 and
9.2-implicit-7.
......
// gcj had a problem with "SomeClass.field++" when gimplifying.
class helper
{
static int value;
}
public class pr17329
{
static void doit ()
{
helper.value += 2;
}
}
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