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

Re: [Patch] PR java/9685: Fix Catching Illegal Access to Package-Private Fields/Members


Bryce McKinlay wrote:
>>Notes:
>>
>>1. This still does not fix catching illegal accesses to
>>  package-private *classes* - only fields/members. That
>>  needs a separate patch.
> 
> Could you file a separate PR for this case (if one doesn't exist already)?

Nothing close existed, so I created a new one:

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

I also took the liberty of updating the GCJ access
problems meta-bug:

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

to additionally depend on this bug.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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