diff options
author | DJ Delorie <dj@redhat.com> | 2003-12-15 17:45:42 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-12-15 17:45:42 +0000 |
commit | 97ceaf5b4df58353b0a8e5663cb7ee6e4ae63605 (patch) | |
tree | 947568cb9d232c502316f07f18b7e543cdb63f37 /libiberty/testsuite | |
parent | a711c44f29cfb1af925157ef24ec9254ccd0e68a (diff) | |
download | gdb-97ceaf5b4df58353b0a8e5663cb7ee6e4ae63605.zip gdb-97ceaf5b4df58353b0a8e5663cb7ee6e4ae63605.tar.gz gdb-97ceaf5b4df58353b0a8e5663cb7ee6e4ae63605.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index c47c6ae..b39e2f4 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -2905,7 +2905,17 @@ bool std::operator< <file_path, std::string>(std::pair<file_path, std::string> c --format=gnu-v3 _Z9hairyfuncM1YKFPVPFrPA2_PM1XKFKPA3_ilEPcEiE hairyfunc(int (* const (X::** (* restrict (* volatile*(Y::*)(int) const)(char*)) [2])(long) const) [3]) -# +# +# Check that negative numbers are handled correctly. +--format=gnu-v3 +_Z1fILin1EEvv +void f<-1>() +# +# Check a destructor of a standard substitution. +--format=gnu-v3 +_ZNSdD0Ev +std::basic_iostream<char, std::char_traits<char> >::~basic_iostream() +# # This caused an infinite loop. # # This is generated by an EDG compiler (kcc 4.0). To demangle it |