Go to file
Nathan Sidwell 788bf0e34e Implement DR 209
cp:
	Implement DR 209
	* cp-tree.h (skip_type_access_control,
	reset_type_access_control): Prototype.
	* decl.c (grokdeclarator): Access of friends is not checked.
	* parse.y (component_decl_list): Reset type access control.
	* semantics.c (decl_type_access_control): Clear
	current_type_lookups.
	(save_type_access_control): Don't save if not deferring.
	(skip_type_access_control, reset_type_access_control): New
	functions.
	(begin_class_definition): Do type access control for basetypes.
	Start deferred access control.
	(finish_class_definition): Resume immediate access control if
	this is a local class.
testsuite:
	* g++.old-deja/g++.other/friend12.C: New test.
	* g++.old-deja/g++.other/friend9.C: Expect no errors.
	* g++.old-deja/g++.robertl/eb56.C: Make typedef public.

From-SVN: r40841
2001-03-26 08:37:27 +00:00
boehm-gc * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc. 2001-03-22 19:03:01 +00:00
config
contrib
fastjar
gcc Implement DR 209 2001-03-26 08:37:27 +00:00
include demangle.h (enum gnu_v3_constructor_kinds, [...]): New declarations. 2001-03-21 14:37:53 -05:00
INSTALL
libchill
libf2c Daily bump. 2001-03-26 08:16:38 +00:00
libffi Fixed ChangeLog header 2001-03-24 03:36:08 +00:00
libiberty mangle.c (write_discriminator): Use _0' for discriminator 1, not _'. 2001-03-23 23:12:55 +01:00
libjava exception.cc (java_eh_info): Make value type jthrowable. 2001-03-25 23:05:32 -08:00
libobjc * encoding.c (REAL_TYPE): Define. 2001-03-21 09:46:20 +00:00
libstdc++-v3 Makefile.am: New targets, doxygen and doxygen-maint. 2001-03-25 02:28:07 +00:00
maintainer-scripts update_web_docs_libstdcxx: New script. 2001-03-19 01:40:04 +00:00
zlib
.cvsignore
ChangeLog Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). 2001-03-23 18:59:17 -05:00
config-ml.in * config-ml.in: Handle GCJ and GCJFLAGS. 2001-03-21 23:55:58 +00:00
config.guess
config.if
config.sub
configure
configure.in configure.in: Only use `lang_requires' for languages athat are actually enabled. 2001-03-10 00:20:21 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4 ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
ltcf-c.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltcf-cxx.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltcf-gcj.sh ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. 2001-03-22 18:13:39 +00:00
ltconfig ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
ltmain.sh ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.198. 2001-03-22 06:48:32 +00:00
MAINTAINERS * MAINTAINERS: Add myself as "documentation co-maintainer". 2001-03-22 14:27:11 +00:00
Makefile.in Makefile.in (DO_X): Do not backslash single-quotes in backquotes (two places). 2001-03-23 18:59:17 -05:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.