diff options
author | DJ Delorie <dj@redhat.com> | 2012-04-02 18:50:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2012-04-02 18:50:29 +0000 |
commit | 24e829d00750e3689217fcb1d1084c8c21e6352f (patch) | |
tree | 2ffb91e692241e7b793995a60d07b94ef5f0d283 /libiberty/testsuite | |
parent | cf9bb588b31c141fce2c153df81d26fbd5c271d1 (diff) | |
download | gdb-24e829d00750e3689217fcb1d1084c8c21e6352f.zip gdb-24e829d00750e3689217fcb1d1084c8c21e6352f.tar.gz gdb-24e829d00750e3689217fcb1d1084c8c21e6352f.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 036c481..d489692 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -4075,6 +4075,12 @@ decltype (new int{}) f1<int>(int) --format=gnu-v3 _Zli2_wPKc operator"" _w(char const*) +--format=gnu-v3 +_Z1fIiEDTnw_Dapifp_EET_ +decltype (new auto({parm#1})) f<int>(int) +--format=gnu-v3 +_Z1fIiERDaRKT_S1_ +auto& f<int>(int const&, int) # # Ada (GNAT) tests. # |