diff options
author | DJ Delorie <dj@redhat.com> | 2011-07-05 15:40:17 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-07-05 15:40:17 +0000 |
commit | f2917a30d09fe5ab9c5bcd6b5ba47c7d292328cd (patch) | |
tree | b70397878833573106786a5ce316befce80d219f /libiberty/testsuite | |
parent | eb2a6f420b324bc81207c7606ebef9db3a9bb984 (diff) | |
download | gdb-f2917a30d09fe5ab9c5bcd6b5ba47c7d292328cd.zip gdb-f2917a30d09fe5ab9c5bcd6b5ba47c7d292328cd.tar.gz gdb-f2917a30d09fe5ab9c5bcd6b5ba47c7d292328cd.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 4980cf1..2dc74be 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -3905,6 +3905,10 @@ decltype ({parm#1}+{parm#2}) add<int, double>(int, double) --format=gnu-v3 _Z4add3IidEDTclL_Z1gEfp_fp0_EET_T0_ decltype (g({parm#1}, {parm#2})) add3<int, double>(int, double) +# 'this' test +--format=gnu-v3 +_ZN1A1fIiEEDTcldtdtdefpT1b1fIT_EEEv +decltype ((((*this).b).(f<int>))()) A::f<int>() # new (2008) built in types test --format=gnu-v3 _Z1fDfDdDeDhDsDi |