diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-01 17:30:48 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-01 17:30:48 +0000 |
commit | 02e7efbffbcf85bbb9766f4ca0d278a79b4ae2b3 (patch) | |
tree | 7947b6369701dc9005cafb9d1b922d5fe80e5fc2 /libiberty/ChangeLog | |
parent | 2dad5a910a51933d37238538bb70991433cb6a7e (diff) | |
download | gdb-02e7efbffbcf85bbb9766f4ca0d278a79b4ae2b3.zip gdb-02e7efbffbcf85bbb9766f4ca0d278a79b4ae2b3.tar.gz gdb-02e7efbffbcf85bbb9766f4ca0d278a79b4ae2b3.tar.bz2 |
merge from gcc
libiberty/
PR debug/49408
* cp-demangle.c (d_print_comp): Suppress argument list for function
references by the '&' unary operator. Keep also already processed
variant without the argument list. Suppress argument list types for
function call used in an expression.
* testsuite/demangle-expected: Fix excessive argument list types in
`test for typed function in decltype'. New testcase for no argument
list types printed. 3 new testcases for function references by the
'&' unary operator..
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7453b09..809f22b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + PR debug/49408 + * cp-demangle.c (d_print_comp): Suppress argument list for function + references by the '&' unary operator. Keep also already processed + variant without the argument list. Suppress argument list types for + function call used in an expression. + * testsuite/demangle-expected: Fix excessive argument list types in + `test for typed function in decltype'. New testcase for no argument + list types printed. 3 new testcases for function references by the + '&' unary operator.. + 2011-06-20 Jason Merrill <jason@redhat.com> PR c++/37089 |