OSDN Git Service

* cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Apr 2001 04:45:23 +0000 (04:45 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Apr 2001 04:45:23 +0000 (04:45 +0000)
commitc5144efad50d69be3950517725625f18c7b11b3e
tree529dd0d4b3f60af20d59f63f73507583bf1e51cc
parentcc8581762929212cd8a812a33f9c8298dcf09256
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41076 138bc75d-0d04-0410-961f-82ee72b054a4
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]