[gcc r12-4463] Daily bump.

GCC Administrator gccadmin@gcc.gnu.org
Mon Oct 18 00:17:06 GMT 2021


https://gcc.gnu.org/g:f5b37435968bc76498481177593121d238f854fb

commit r12-4463-gf5b37435968bc76498481177593121d238f854fb
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Oct 18 00:16:27 2021 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog       | 13 +++++++++++++
 gcc/DATESTAMP       |  2 +-
 libiberty/ChangeLog |  8 ++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d9583204ba2..8175862b634 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 7d1f01fd93f..1a35f327553 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20211017
+20211018
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index fa0036b361e..7d33cb92390 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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.


More information about the Gcc-cvs mailing list