Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / pr17329.java
blobfa31f18a726f0769dbafa51a69b02433104a61ea
1 // gcj had a problem with "SomeClass.field++" when gimplifying.
3 class helper
5 static int value;
8 public class pr17329
10 static void doit ()
12 helper.value += 2;