diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-13 21:35:12 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-13 21:35:12 +0000 |
commit | a79e17014986fc6a08417f49585f00270c76fa69 (patch) | |
tree | df9f4ad48711a0a4dc1e279e6d1775bee53345a0 /libiberty/cp-demangle.c | |
parent | b811d78781e33dec4f9f42c69feab74ab397c078 (diff) | |
download | gcc-a79e17014986fc6a08417f49585f00270c76fa69.tar.gz |
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
takes two parameters.
* cp-demint.c (cplus_demangle_fill_component): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75819 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r-- | libiberty/cp-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index 1c43eb8bd42..19f191ed8b8 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -751,6 +751,7 @@ d_make_comp (di, type, left, right) case DEMANGLE_COMPONENT_LOCAL_NAME: case DEMANGLE_COMPONENT_TYPED_NAME: case DEMANGLE_COMPONENT_TEMPLATE: + case DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE: case DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL: case DEMANGLE_COMPONENT_PTRMEM_TYPE: case DEMANGLE_COMPONENT_UNARY: @@ -768,7 +769,6 @@ d_make_comp (di, type, left, right) /* These types only require one parameter. */ case DEMANGLE_COMPONENT_VTABLE: case DEMANGLE_COMPONENT_VTT: - case DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE: case DEMANGLE_COMPONENT_TYPEINFO: case DEMANGLE_COMPONENT_TYPEINFO_NAME: case DEMANGLE_COMPONENT_TYPEINFO_FN: |