This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface



------- Comment #9 from aph at gcc dot gnu dot org  2007-01-03 14:24 -------
Subject: Bug 28754

Author: aph
Date: Wed Jan  3 14:23:48 2007
New Revision: 120396

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120396
Log:
2007-01-03  Andrew Haley  <aph@redhat.com>

        PR java/28754
        * expr.c (expand_java_field_op): If we're initializing a field's
        declaring interface we should not also initialize the class
        context in which it was referenced.


Modified:
    branches/gcj/gcj-eclipse-merge-branch/gcc/java/ChangeLog
    branches/gcj/gcj-eclipse-merge-branch/gcc/java/expr.c


-- 


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


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