mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 14:57:21 +08:00
* cp-tree.h (tsubst): Change prototype. (tsubst_expr): Likewise. (tsubst_copy): Likewise. (type_unification): Remove prototype. * call.c (convert_default_arg): Adjust call to tsubst_expr. * class.c (resolve_address_of_overloaded_function): Just use fn_type_unification. * decl.c (grokdeclarator): Adjust call to tsubst. * method.c (build_template_parm_names): Likewise. * pt.c (GTB_VIA_VIRTUAL): New macro. (GTB_IGNORE_TYPE): Likewise. (resolve_overloaded_unification): Add `complain' parameter. (try_one_overload): Likewise. (tsubst_template_arg_vector): Likewise. (tsubst_template_parms): Likewise. (tsubst_aggr_type): Likewise. (tsubst_arg_types): Likewise. (tsubst_call_declarator_parms): Likewise. (unify): Remove explicit_mask. (type_unification_real): Likewise. (get_template_base_recursive): Likewise. (coerce_template_template_parms): Provide prototype. (tsubst_function_type): Likewise. (try_class_unification): New function. All callers changed to use new complain parameter. (get_template_base): Use try_class_unification. (unify): Adjust handling of classes derived from template types. (fn_type_unification): Substitute explicit arguments before unification. From-SVN: r25243 |
||
---|---|---|
config | ||
contrib | ||
etc | ||
gcc | ||
include | ||
INSTALL | ||
libchill | ||
libf2c | ||
libiberty | ||
libio | ||
libobjc | ||
libstdc++ | ||
texinfo | ||
.cvsignore | ||
ChangeLog | ||
config-ml.in | ||
config.guess | ||
config.if | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
COPYING.LIB | ||
install-sh | ||
ltconfig | ||
ltmain.sh | ||
MAINTAINERS | ||
Makefile.in | ||
missing | ||
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.