re PR java/17329 (ICE: SEGV in java_gimplify_expr)
PR java/17329: * testsuite/libjava.compile/pr17329.java: New file. From-SVN: r87960
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// gcj had a problem with "SomeClass.field++" when gimplifying.
|
||||
|
||||
class helper
|
||||
{
|
||||
static int value;
|
||||
}
|
||||
|
||||
public class pr17329
|
||||
{
|
||||
static void doit ()
|
||||
{
|
||||
helper.value += 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user