Go to file
Mark Mitchell c7222c0224 cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
* cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
	(DECL_MEMBER_TEMPLATE_P): New macro.
	(is_member_template): Remove.
	(class_method_index_for_fn): New function.
	* pt.c (build_over_call): Use DECL_MEMBER_TEMPLATE_P.
	* class.c (finish_struct_methods): Remove out-of-date comment.
	* decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.
	* decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
	class_method_index_for_fn.
	* pt.c (is_member_template): Remove.
	(is_member_template_class): Likewise.
	(optimize_specialization_lookup_p): New function.
	(retrieve_specialization): Optimize lookups for members that are
	not member templates.
	(register_specialization): Adjust accordingly.
	(build_template_decl): Add member_template_p parameter.  Set
	DECL_MEMBER_TEMPLATE_P.
	(process_partial_specialization): Adjust call to
	retrieve_specialization.
	(push_template_decl_real): Determine whether the template is a
	member template.
	(lookup_template_class): Use retrieve_specialization.
	(tsubst_decl): Adjust call to retrieve_specialization.
	(tsubst_exception_specification): New function.
	(tsubst): Use it.
	(tsubst_copy): Use DECL_MEMBER_TEMPLATE_P.
	(instantiate_template): Adjust call to retrieve_specialization.
	(regenerate_decl_from_template): Do not actually generate a new
	DECL.
	(instantiate_decl): Adjust call to retrieve_specialization.
	(class_method_index_for_fn): New method.

From-SVN: r88697
2004-10-07 17:48:36 +00:00
boehm-gc
config
contrib
fastjar
fixincludes * tests/base/sys/cdefs.h: Update from test area. 2004-10-05 03:13:43 +00:00
gcc cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag. 2004-10-07 17:48:36 +00:00
include
INSTALL
intl
libada
libcpp
libffi
libgfortran re PR libfortran/17709 (NULL I/O list and Format error.) 2004-10-06 18:27:58 +00:00
libiberty
libjava configure.ac (*-*-freebsd[[1234]]*): Refine error message emission rule. 2004-10-04 22:26:16 +00:00
libmudflap * thanks kcook 2004-10-05 16:15:55 +00:00
libobjc
libstdc++-v3 re PR libstdc++/17850 (bootstrap failure - libstdc++ uses strtold when undeclared) 2004-10-07 15:52:26 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog MAINTAINERS (Language Front Ends Maintainers): New. 2004-10-07 04:03:44 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in: Enable target-libgloss for crx-*-*. 2004-10-05 15:52:20 +00:00
configure.in configure.in: Enable target-libgloss for crx-*-*. 2004-10-05 15:52:20 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS (Language Front Ends Maintainers): New. 2004-10-07 04:03:44 +00:00
Makefile.def
Makefile.in [multiple changes] 2004-10-06 10:09:29 +00:00
Makefile.tpl [multiple changes] 2004-10-06 10:09:29 +00:00
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.