Alexandre Petit-Bianco 4dbf449657 [multiple changes]
2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* parse.y (patch_method_invocation): Fixed comment.
	(maybe_use_access_method): Build this$<n>s to the context of the
	target method, or a type that extends it. Fixes gcj/242.

2000-07-13  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* parse.y (not_accessible_p): Access granted to innerclasses
	(indirectly) extending the reference type. Fixes gcj/249.

2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* parse.y (resolve_qualified_expression_name): Verify qualified
	access to `this.' Fixes gcj/239.

2000-07-10  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* class.c (set_super_info): Handled protected inner classes.
	(common_enclosing_context_p): Bail early if arguments aren't both
	inner classes.
	(get_access_flags_from_decl): Handle private and protected inner
	classes.
	* java-tree.h (TYPE_PROTECTED_INNER_CLASS): New macro.
	(CLASS_PROTECTED): Likewise.
	(struct lang_type): New bitfield `poic.'
	* parse.y (jdep_resolve_class): Call check_inner_class_access on
	inner classes only.
	(check_inner_class_access): Renamed arguments, added
	comments. Handles protected inner classes (fixes gcj/225)
	(not_accessible_p): Fixed comments. Avoid handling inner classes.

2000-07-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* parse.y (resolve_qualified_expression_name): Handle inner class
	access. Fixes gcj/256.

(Fixes gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:
 http://gcc.gnu.org/ml/gcc-patches/2000-07/msg00801.html)

From-SVN: r35156
2000-07-20 17:01:43 -07:00
..
2000-07-20 01:45:09 -06:00
2000-07-20 13:36:04 +00:00
2000-06-06 07:23:42 +00:00
2000-07-20 17:01:43 -07:00
2000-07-14 05:41:33 +00:00
2000-07-14 00:57:58 +00:00
2000-07-14 07:13:19 +00:00
2000-06-11 04:29:49 +00:00
2000-07-13 10:12:08 +00:00
2000-06-24 19:26:42 +00:00
2000-03-16 04:25:12 +00:00
2000-05-30 14:50:33 -06:00
2000-07-12 16:17:15 +00:00
2000-06-24 19:26:42 +00:00
2000-07-06 22:52:03 +00:00
2000-07-06 22:52:03 +00:00
2000-07-04 01:58:21 +00:00
2000-07-18 00:59:49 +00:00
2000-07-18 00:59:49 +00:00
2000-07-17 16:56:36 -04:00
2000-05-09 19:56:01 +00:00
2000-07-19 00:04:14 +00:00
2000-07-11 22:29:22 -06:00
2000-04-04 22:54:44 +00:00
2000-07-19 17:22:01 +00:00
2000-05-09 19:56:01 +00:00
2000-07-12 16:17:15 +00:00
2000-05-09 19:56:01 +00:00
2000-07-15 00:15:18 +00:00
2000-04-18 22:34:13 +00:00
2000-05-28 19:40:20 -04:00
2000-07-10 20:25:56 +00:00
2000-06-11 04:29:49 +00:00
2000-07-18 00:31:30 +00:00
2000-07-20 17:14:23 +00:00
2000-07-05 19:07:01 -06:00
2000-05-29 15:02:42 -07:00
2000-04-18 22:34:13 +00:00
2000-07-16 13:35:23 +00:00
2000-06-11 04:29:49 +00:00
2000-06-29 10:24:19 +00:00
2000-05-25 02:11:22 +01:00
2000-07-04 01:58:21 +00:00
2000-06-27 07:12:20 +00:00
2000-06-24 19:26:42 +00:00
2000-06-09 12:23:47 -04:00
2000-04-28 00:59:40 +00:00
2000-07-12 14:12:51 +00:00
2000-07-06 22:59:34 +00:00
2000-07-20 17:14:23 +00:00
2000-07-12 16:17:15 +00:00
2000-06-24 19:26:42 +00:00
2000-07-20 01:45:09 -06:00

This directory contains the GNU Compiler Collection (GCC) version 2.96.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).