From: GCC Administrator Date: Mon, 18 Oct 2021 00:16:27 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-13~3850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b37435968bc76498481177593121d238f854fb;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d9583204ba2a..8175862b6346 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2021-10-17 Aldy Hernandez + + * tree-pass.h (make_pass_thread_jumps_full): New. + * tree-ssa-threadbackward.c (pass_thread_jumps::gate): Inline. + (try_thread_blocks): Add resolve and speed arguments. + (pass_thread_jumps::execute): Inline. + (do_early_thread_jumps): New. + (do_thread_jumps): New. + (make_pass_thread_jumps): Move. + (pass_early_thread_jumps::gate): Inline. + (pass_early_thread_jumps::execute): Inline. + (class pass_thread_jumps_full): New. + 2021-10-16 Piotr Kubaj * configure.ac: Treat powerpc64*-*-freebsd* the same as diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 7d1f01fd93fe..1a35f327553e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20211017 +20211018 diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index fa0036b361e8..7d33cb923904 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,11 @@ +2021-10-17 Luís Ferreira + + PR d/102618 + * d-demangle.c (dlang_parse_qualified): Handle anonymous + symbols correctly. + * testsuite/d-demangle-expected: New tests to cover anonymous + symbols. + 2021-10-14 Luís Ferreira * testsuite/d-demangle-expected: Add test case for function literals.