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

Re: Package-private access checking in GCJ 3.3


>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:

Ranjit> As you guys know, package-private access checking in GCJ 3.3
Ranjit> and 3.4 is totally busted. I have found that making the 
Ranjit> following simple change to not_accessible_p( ) in parse.y 
Ranjit> *seems* to resolve the problem:

BTW, the way to check this is to run before-and-after jacks tests, and
then analyze the differences.  In theory there should be only
improvements.

You can run Jacks using the dejagnu wrapper in our source tree, but
you can also run it by hand in which case you only need the right
version of Tcl.  (Jacks cvs has been down so it may not be easy,
blah.)

Tom


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