This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/8923] [4.0/4.1/4.2 Regression] ICE when modifying a variable decleared "final static"



------- Comment #6 from debian-gcc at lists dot debian dot org  2006-04-23 11:00 -------
test case from http://bugs.debian.org/351512

class gcjbug {
    public static void main (String [] p) {
        System.out.println(1++);
    }
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8923


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]