]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Oct 2021 00:16:27 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Oct 2021 00:16:27 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libiberty/ChangeLog

index d9583204ba2a48d202146bebde7019c909bb1c55..8175862b6346fdce9bb0ba7561639c6a04f8d09a 100644 (file)
@@ -1,3 +1,16 @@
+2021-10-17  Aldy Hernandez  <aldyh@redhat.com>
+
+       * 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  <pkubaj@FreeBSD.org>
 
        * configure.ac: Treat powerpc64*-*-freebsd* the same as
index 7d1f01fd93febc7eaa25a8699153671eeff7a4c9..1a35f327553e7fe889965acade1dd72ab9903c5a 100644 (file)
@@ -1 +1 @@
-20211017
+20211018
index fa0036b361e87103bb60fc0d54a35eaaeb81b2a3..7d33cb923904b84f3fa1b52a5bdf59c094ab0f41 100644 (file)
@@ -1,3 +1,11 @@
+2021-10-17  Luís Ferreira  <contact@lsferreira.net>
+
+       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  <contact@lsferreira.net>
 
        * testsuite/d-demangle-expected: Add test case for function literals.