aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-11-24 17:57:00 +0000
committerMark Mitchell <mark@codesourcery.com>2004-11-24 17:57:00 +0000
commit847c980f197372e7b8344720896df89b52c6563f (patch)
tree06908605a3c1852535c1e9158c9bb761d90add0f /gcc/cp/cp-tree.h
parentd97dbb0b49916051e5b0d3e23c0ce3941d15c301 (diff)
PR c++/18530
* cp-tree.h (CTOR_NAME): Remove. (DTOR_NAME): Remove. * decl.c (initialize_predefined_identifiers): Add spaces to the end of constructor and destructor names. PR c++/18530 * g++.dg/warn/Wshadow-3.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@91179 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 40979fb21a3..64f5ab9b8ad 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -3162,8 +3162,6 @@ extern GTY(()) varray_type local_classes;
#endif /* NO_DOLLAR_IN_LABEL */
#define THIS_NAME "this"
-#define CTOR_NAME "__ct"
-#define DTOR_NAME "__dt"
#define IN_CHARGE_NAME "__in_chrg"