Go to file
Mark Mitchell 7e99327dbc re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)
PR c++/12114
	* g++.dg/init/ref9.C: New test.

	PR c++/11972
	* g++.dg/template/nested4.C: New test.

	PR c++/12114
	* cp-tree.h (initialize_reference): Change prototype.
	* call.c (initialize_reference): Add cleanup parameter.
	* decl.c (grok_reference_init): Likewise.
	(check_initializer): Likewise.
	(cp_finish_decl): Insert a CLEANUP_STMT if necessary.
	(duplicate_decls): When replacing an anticipated builtin, do not
	honor TREE_NOTHROW.
	* typeck.c (convert_for_initialization): Correct call to
	initialize_reference.

	PR c++/11972
	* pt.c (dependent_type_p_r): Pass only the innermost template
	arguments to any_dependent_template_arguments_p.

From-SVN: r70981
2003-09-01 19:18:03 +00:00
boehm-gc
config * config/no-executables.m4: New file. 2003-08-27 19:14:13 +00:00
contrib
fastjar
gcc re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor) 2003-09-01 19:18:03 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty aclocal.m4: Include acx.m4 and no-executables.m4. 2003-08-27 21:14:28 +00:00
libjava Logger.java: provide class and method information 2003-08-31 16:52:16 +00:00
libobjc Makefile.in, aclocal.m4: Update to $(libdir)/gcc/ instead of (libdir)/gcc-lib/ when installing. 2003-08-28 01:15:06 +00:00
libstdc++-v3 Daily bump. 2003-09-01 00:16:08 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog * MAINTAINERS: Update my e-mail address. 2003-08-30 07:47:45 +00:00
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Set RAW_CXX_FOR_TARGET if unset. 2003-08-27 21:16:14 +00:00
configure.in configure.in: Set RAW_CXX_FOR_TARGET if unset. 2003-08-27 21:16:14 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Update my e-mail address. 2003-08-30 07:47:45 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.