diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-08-04 11:46:41 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1998-08-04 11:46:41 +0000 |
commit | e4a84209743bde2f3de26ed67193708e98224f7f (patch) | |
tree | 6d41a333fd86ba17254ebabc966afa6b506dd6e0 /gcc/final.c | |
parent | be5ceb725bcd4a27928d767fa27c8f198f24bca8 (diff) | |
download | gcc-e4a84209743bde2f3de26ed67193708e98224f7f.zip gcc-e4a84209743bde2f3de26ed67193708e98224f7f.tar.gz gcc-e4a84209743bde2f3de26ed67193708e98224f7f.tar.bz2 |
decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it uses template parameters.
* decl.c (pushtag): Don't mangle the name of a TYPE_DECL if it
uses template parameters.
* method.c (build_template_parm_names): Use the full set of
template arguments for tsubst'ing.
(build_overload_identifier): Pass the full set of template
arguments to build_template_parm_names, not just the
innermost_args.
* pt.c (TMPL_ARGS_DEPTH): Define using
TMPL_ARGS_HAVE_MULTIPLE_LEVELS, for clarity.
(NUM_TMPL_ARGS): New macro.
(add_outermost_template_args): Deal with the case where the outer
args will be completely discarded.
(coerce_template_parms): Use the full set of template arguments
for tsubst'ing. Simplify. Add some asserts. Improve
error messages.
(lookup_template_class): Pass the full set of template arguments
to coerce_template_parms.
(tsubst): Add assertion.
(do_type_instantiation): Don't instantiate member template
classes.
* init.c (build_offset_ref): Deal with a TEMPLATE_ID_EXPR whose
name is a LOOKUP_EXPR, rather than an IDENTIFIER_NODE.
From-SVN: r21609
Diffstat (limited to 'gcc/final.c')
0 files changed, 0 insertions, 0 deletions