diff options
author | Mark Mitchell <mark@codesourcery.com> | 2004-01-26 17:41:50 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-01-26 17:41:50 +0000 |
commit | c353b8e3fbee8bb8f72a2e9d45b935fb1bb5554f (patch) | |
tree | f1fbe8b9a2f8a334b51dc3db7b4365cfa40b5582 /gcc/expr.c | |
parent | d9b7db1265b9f8285eabd73d6d9725db75ae309d (diff) | |
download | gcc-c353b8e3fbee8bb8f72a2e9d45b935fb1bb5554f.zip gcc-c353b8e3fbee8bb8f72a2e9d45b935fb1bb5554f.tar.gz gcc-c353b8e3fbee8bb8f72a2e9d45b935fb1bb5554f.tar.bz2 |
class.c (add_method): Just check processing_template_decl to determine whether or not we are within a...
* class.c (add_method): Just check processing_template_decl to
determine whether or not we are within a template.
* decl2.c (maybe_retrofit_in_chrg): Likewise.
* init.c (decl_constant_value): Check the type of the declaration,
not TREE_READONLY.
* name-lookup.c (maybe_push_to_top_level): Rename to ...
(push_to_top_level): ... this.
* name-lookup.h (maybe_push_to_top_level): Do not declare it.
* pt.c (push_template_decl_real): Reorder condition for speed.
(convert_template_argument): Use dependency-checking functions in
place of uses_template_parms.
(lookup_template_class): Avoid calling uses_template_parms more
than once.
(uses_template_parms): Reimplement, using dependency-checking
functions.
(instantiate_class_template): Use push_to_top_level, not
maybe_push_to_top_level.
(type_unification_real): Simplify.
(type_dependent_expression_p): Handle OFFSET_REFs and
TEMPLATE_DECLs.
(any_dependent_template_arguments_p): Handle multiple levels of
template argument.
* semantics.c (expand_or_defer_fn): Do not check
uses_template_parms for template instantiations.
* typeck.c (comptypes): Avoid calling cp_type_quals.
From-SVN: r76647
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions