]> gcc.gnu.org Git - gcc.git/commitdiff
cplus-dem.c (gnu_special): Call demangled_fund_type for other __t* symbols.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 11 Mar 1997 22:18:56 +0000 (17:18 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 11 Mar 1997 22:18:56 +0000 (17:18 -0500)
        * cplus-dem.c (gnu_special): Call demangled_fund_type for other
        __t* symbols.

From-SVN: r13699

gcc/cplus-dem.c

index 5028df1d10e4cdf2c5d9dafebf55f65975340eb7..02f0887c917aa8108d52434b6bbf126670c375ef 100644 (file)
@@ -1614,9 +1614,8 @@ gnu_special (work, mangled, declp)
          success = demangle_template (work, mangled, declp, 0);
          break;
        default:
-         n = consume_count (mangled);
-         string_appendn (declp, *mangled, n);
-         (*mangled) += n;
+         success = demangle_fund_type (work, mangled, declp);
+         break;
        }
       if (success && **mangled != '\0')
        success = 0;
This page took 0.061018 seconds and 5 git commands to generate.