memtemp77.C (main): Adjust comparison against.
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 31 Oct 2000 08:43:17 +0000 (08:43 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 31 Oct 2000 08:43:17 +0000 (08:43 +0000)
commit761f08559a620527018829cc343b9648d4b001a8
treeb5b53201317520a4ada947507a23e9c66faaf4ac
parent34791641f6a087aced2f3b2100f6e3347fac2c6e
memtemp77.C (main): Adjust comparison against.

testsuite/
* g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
__PRETTY_FUNCTION__

cp/
* error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
TS_* flags with corresponding TFF_*.  Adjust prototypes of
functions (which used to take a tree_string_flags) to take an int.

* cp-tree.h (enum tree_string_flags): Remove
(TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
(type_as_string, decl_as_string, expr_as_string,
context_as_string): Adjust prototype.

* class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
instead of TS_PLAIN.

* pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
plain `0'.

From-SVN: r37152
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/error.c
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/memtemp77.C