cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
authorMark Mitchell <mark@codesourcery.com>
Wed, 4 Apr 2001 04:45:23 +0000 (04:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 4 Apr 2001 04:45:23 +0000 (04:45 +0000)
commit0c918ce59cdb3039f78d82bf848a311cac7cc5a3
tree529dd0d4b3f60af20d59f63f73507583bf1e51cc
parent19ec6a367c17e084d0a9165a1d2284eebb0fe311
cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.

* cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
(OPERATOR_FORMAT): Likewise.
(OPERATOR_TYPENAME_FORMAT): Likewise.
* operators.def: Remove old name-mangling information.
* decl.c (grok_op_properties): Adjust accordingly.
* lex.c (init_operators): Likewise.
* rtti.c (get_tinfo_decl): Issue error messages about types that
have variable size.

From-SVN: r41076
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/lex.c
gcc/cp/operators.def
gcc/cp/rtti.c
gcc/testsuite/g++.old-deja/g++.other/typeid1.C [new file with mode: 0644]