Go to file
Mark Mitchell 916b63c371 re PR c++/25342 (internal compiler error: in lookup_member, at cp/search.c:1209)
PR c++/25342
	* cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Revise
	documentation.
	* pt.c (determine_specialization): Use INNERMOST_TEMPLATE_PARMS,
	not TREE_VALUE.
	(instantiate_class_template): Simplify.
	(verify_class_unification): Remove.
	(unify): Document parameters.  Use INNERMOST_TEMPLATE_ARGS to
	permit multiple levels of template arguments.
	(more_specialized_class): Simplify.
	(get_class_bindings): Pass full arguments to unify.  Fold
	verify_class_unification into this function.  Return full
	arguments.
	(most_specialized_class): Adjust for changes to
	get_class_bindings.  Issue errors here for ambiguity.  Return the
	fully deduced arguments for the most specialized class, in
	addition to the partial specialization.
	PR c++/25342
	* g++.gd/template/partial4.C: New test.

From-SVN: r110466
2006-02-01 02:51:13 +00:00
boehm-gc
config
contrib
fastjar
fixincludes configure.ac: Check for asprintf, basename, vasprintf. 2006-01-31 22:18:59 +01:00
gcc re PR c++/25342 (internal compiler error: in lookup_member, at cp/search.c:1209) 2006-02-01 02:51:13 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi
libgcc-math Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
libgfortran ChangeLog: Remove garbage text from one entry. 2006-01-29 22:17:22 +00:00
libgomp
libiberty configure.ac: Add -Wc++-compat to ac_libibety_warn_cflags where supported. 2006-01-29 16:31:08 +00:00
libjava * NEWS: Add 4.1 updates. 2006-01-31 13:32:29 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 re PR libstdc++/21554 (ext/array_allocator/2.cc execution fails) 2006-01-31 17:46:07 +00:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
configure.in Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
Makefile.in Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
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.