summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 19:35:16 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-10 19:35:16 +0000
commit1a2d2193b82c8bb20066056236120254e8c93cec (patch)
treea3c7333e535ced81359bd2b9f69a9b9f5a204206 /libiberty/cplus-dem.c
parent7a4fb8f4497fc3842a09974b3715272a218d21e9 (diff)
downloadgcc-1a2d2193b82c8bb20066056236120254e8c93cec.tar.gz
* testsuite/demangle-expected: Add four tests for type_info
mangling. * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36301 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r--libiberty/cplus-dem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index e00f787e75c..79b6dc5ccf7 100644
--- a/libiberty/cplus-dem.c
+++ b/libiberty/cplus-dem.c
@@ -2872,7 +2872,7 @@ gnu_special (work, mangled, declp)
success = demangle_template (work, mangled, declp, 0, 1, 1);
break;
default:
- success = demangle_fund_type (work, mangled, declp);
+ success = do_type (work, mangled, declp);
break;
}
if (success && **mangled != '\0')