This is the mail archive of the java-patches@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]

Re: Java: Fix for PR 4695


Eric Blake wrote:

>Dictated by the spec:
>

OK, thanks. I think the thing to do here is to arrange for the 
PURE_INNER_CLASS_TYPE_P to return false for this category of classes, 
which do not have access to an enclosing instance but are not static 
according to the spec (because, I suppose, they can access local final 
fields?). Alex, how can we add a field to the TYPE_DECL, given that all 
the available DECL_LANG_FLAGs are in use? Or is there a better way to do 
this?

regards

Bryce.



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