mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
Daily bump.
This commit is contained in:
parent
fb5b077858
commit
f5b3743596
@ -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
|
||||
|
@ -1 +1 @@
|
||||
20211017
|
||||
20211018
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user