diff options
author | Alexandre Petit-Bianco <apbianco@cygnus.com> | 1999-02-19 05:27:37 -0800 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1999-02-19 05:27:37 -0800 |
commit | fad22e3b2199fdbb87bbafcf236f2475d862efcc (patch) | |
tree | fa55d895a8b5402d3b13ae0d7cab7af5be65202d /gcc | |
parent | e28cd97b00fe7bddae105d4d92e26ba254a68d9a (diff) | |
download | gcc-fad22e3b2199fdbb87bbafcf236f2475d862efcc.zip gcc-fad22e3b2199fdbb87bbafcf236f2475d862efcc.tar.gz gcc-fad22e3b2199fdbb87bbafcf236f2475d862efcc.tar.bz2 |
parse.y (check_pkg_class_access): Allow private class access within the same package.
�
* parse.y (check_pkg_class_access): Allow private class access
within the same package.
(strip_out_static_field_access_decl): New function.
(patch_unaryop): Call strip_out_static_field_access_decl on ++/--
operator argument before testing its nature.
From-SVN: r25318
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/java/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index baa85f2..c282753 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 17 15:47:20 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> + + * parse.y (check_pkg_class_access): Allow private class access + within the same package. + (strip_out_static_field_access_decl): New function. + (patch_unaryop): Call strip_out_static_field_access_decl on ++/-- + operator argument before testing its nature. + Wed Feb 3 12:38:43 1999 Per Bothner <bothner@cygnus.com> * java-tree.def (FINALLY_EXPR): Removed. (Now uses TRY_FINALLY_EXPR.) |