diff options
author | Jason Merrill <jason@redhat.com> | 2014-09-26 15:57:37 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2014-09-26 15:57:37 -0400 |
commit | 00eaaa505695d75765f570ec3e18680cc394a377 (patch) | |
tree | f0ac17ea8372dfc4024ad89e42ad2b268f33402f /libiberty/testsuite | |
parent | 20ee26901f9bd834fa221f751c7baa5bf07137b5 (diff) | |
download | gcc-00eaaa505695d75765f570ec3e18680cc394a377.tar.gz |
mangle.c (is_std_substitution): Check for abi_tag.
gcc/cp/
* mangle.c (is_std_substitution): Check for abi_tag.
libiberty/
* cp-demangle.c (d_substitution): Handle abi tags on abbreviation.
From-SVN: r215647
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index f8420efac90..a030685de08 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -4353,3 +4353,6 @@ xxx _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z +--format=gnu-v3 +_Z1fSsB3fooS_ +f(std::string[abi:foo], std::string[abi:foo]) |