From 05372c46cb2653f07930144f7da97d1bc7176f16 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 15 Dec 2003 17:45:42 +0000 Subject: merge from gcc --- libiberty/testsuite/demangle-expected | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'libiberty/testsuite') diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index c47c6aea5f..b39e2f4386 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -2905,7 +2905,17 @@ bool std::operator< (std::pair 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 >::~basic_iostream() +# # This caused an infinite loop. # # This is generated by an EDG compiler (kcc 4.0). To demangle it -- cgit v1.2.1