diff options
author | DJ Delorie <dj@redhat.com> | 2004-02-25 05:40:03 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-02-25 05:40:03 +0000 |
commit | 2d7332114ad6d55dd4a79fd55a568f3fa0595d2a (patch) | |
tree | 87e5f1d17af49aa3fe1da4eaadf545d6f9127421 /libiberty/testsuite | |
parent | 099f84cfbae3923e0e38a74d792c7a9bfc38f57a (diff) | |
download | gdb-2d7332114ad6d55dd4a79fd55a568f3fa0595d2a.zip gdb-2d7332114ad6d55dd4a79fd55a568f3fa0595d2a.tar.gz gdb-2d7332114ad6d55dd4a79fd55a568f3fa0595d2a.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index df32587..9a3f0b9 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -3591,13 +3591,13 @@ hairyfunc5 # This is from gcc PR 8861 --format=gnu-v3 --no-params _Z1fILi1ELc120EEv1AIXplT_cviLd810000000000000000703DAD7A370C5EEE -void f<1, 120>(A<(1) + ((int)((double)810000000000000000703DAD7A370C5))>) -f<1, 120> +void f<1, (char)120>(A<(1) + ((int)((double)[810000000000000000703DAD7A370C5]))>) +f<1, (char)120> # # This is also from gcc PR 8861 --format=gnu-v3 --no-params _Z1fILi1EEv1AIXplT_cvingLf3f800000EEE -void f<1>(A<(1) + ((int)(-((float)3f800000)))>) +void f<1>(A<(1) + ((int)(-((float)[3f800000])))>) f<1> # # This is from a libstdc++ debug mode patch. @@ -3635,7 +3635,7 @@ std::operator< <file_path, std::string> # More hairy qualifier handling. --format=gnu-v3 --no-params _Z9hairyfuncM1YKFPVPFrPA2_PM1XKFKPA3_ilEPcEiE -hairyfunc(int (* const (X::** (* restrict (* volatile*(Y::*)(int) const)(char*)) [2])(long) const) [3]) +hairyfunc(int (* const (X::** (* restrict (* volatile* (Y::*)(int) const)(char*)) [2])(long) const) [3]) hairyfunc # # Check that negative numbers are handled correctly. |