diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-25 01:45:49 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-25 01:45:49 +0000 |
commit | 1649ae17b74bd50a248a0cdeff23bf7017db5aae (patch) | |
tree | d9fd7b223bd432a41bea04bbe3df7d570e8bee4e /libiberty/testsuite | |
parent | 81e091aab5fef216fdaeba88df99bd83e3a74b7d (diff) | |
download | gcc-1649ae17b74bd50a248a0cdeff23bf7017db5aae.tar.gz |
* cp-demangle.c (d_print_comp) [UNARY]: Don't emit extra
parentheses around a cast.
* testsuite/demangle-expected: Adjust two test cases to match new
output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78416 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index 5ede7ab9ef8..df32587f816 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)))>) +void f<1, 120>(A<(1) + ((int)((double)810000000000000000703DAD7A370C5))>) f<1, 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. |