diff options
author | DJ Delorie <dj@redhat.com> | 2010-11-13 02:20:31 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-11-13 02:20:31 +0000 |
commit | 361c3115547239d39d2c4e57c67277d92f1c34a4 (patch) | |
tree | 40c1f6e7173704cbf5d0b2f7537fca0dbd46b313 /libiberty/testsuite | |
parent | df6008afc8bbdd163aef4bbd45f66642698c982b (diff) | |
download | gdb-361c3115547239d39d2c4e57c67277d92f1c34a4.zip gdb-361c3115547239d39d2c4e57c67277d92f1c34a4.tar.gz gdb-361c3115547239d39d2c4e57c67277d92f1c34a4.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 0507ce8..5b15445 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -3325,8 +3325,13 @@ first<Duo> # --format=gnu-v3 --no-params _Z3fooIiFvdEiEvv -void foo<int, void ()(double), int>() -foo<int, void ()(double), int> +void foo<int, void (double), int>() +foo<int, void (double), int> +# +--format=gnu-v3 --no-params +_Z1fIFvvEEvv +void f<void ()>() +f<void ()> # --format=gnu-v3 --no-params _ZN1N1fE |