This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Package-private access checking in GCJ 3.3
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 15 Jun 2003 21:45:42 -0600
- Subject: Re: Package-private access checking in GCJ 3.3
- References: <3EECA38A.940157DC@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "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