Daily bump.

This commit is contained in:
GCC Administrator 2021-10-18 00:16:27 +00:00
parent fb5b077858
commit f5b3743596
3 changed files with 22 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20211017
20211018

View 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.