diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-12 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-12 00:16:39 +0000 |
commit | 0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f (patch) | |
tree | be559cf894d65e5c4da1325c784e3eb4fe851b2a /libiberty | |
parent | 5d46ec3db21d8c8926f15a634b2d6570536db5f1 (diff) | |
download | gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.zip gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.tar.gz gcc-0f5f9ed5e5a041b636cc002451b1e8b2295f8e4f.tar.bz2 |
Daily bump.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 642b959..d2efbe2 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +2020-11-11 Patrick Palka <ppalka@redhat.com> + + PR c++/88115 + * cp-demangle.c (d_print_comp_inner) + <case DEMANGLE_COMPONENT_EXTENDED_OPERATOR>: Don't print the + "operator " prefix for __alignof__. + <case DEMANGLE_COMPONENT_UNARY>: Always print parens around the + operand of __alignof__. + * testsuite/demangle-expected: Test demangling for __alignof__. + 2020-11-09 Christophe Lyon <christophe.lyon@linaro.org> * pex-win32.c (pex_win32_exec_child): Initialize orig_err. |