Daily bump.
This commit is contained in:
parent
5f564fd013
commit
844105d912
4 changed files with 27 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2021-08-08 Sergei Trofimovich <siarheit@google.com>
|
||||
|
||||
* lra-constraints.c: Fix s/otput/output/ typo.
|
||||
|
||||
2021-08-06 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* builtins.c (expand_builtin_memchr): Move to gimple-ssa-warn-access.cc.
|
||||
|
|
|
@ -1 +1 @@
|
|||
20210808
|
||||
20210809
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2021-08-08 Jeff Law <jlaw@localhost.localdomain>
|
||||
|
||||
* gcc.target/tic6x/rotdi16-scan.c: Pull rotate into its own function.
|
||||
|
||||
2021-08-07 H.J. Lu <hjl.tools@gmail.com>
|
||||
|
||||
PR tree-optimization/88531
|
||||
|
|
|
@ -1,3 +1,21 @@
|
|||
2021-08-08 François Dumont <fdumont@gcc.gnu.org>
|
||||
|
||||
* testsuite/25_algorithms/copy/debug/constexpr_neg.cc: Replace 'failed_assertion'
|
||||
dg-prune-output reason with 'builtin_unreachable'.
|
||||
* testsuite/25_algorithms/copy_backward/debug/constexpr_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/equal/debug/constexpr_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/lower_bound/debug/constexpr_partitioned_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/lower_bound/debug/constexpr_partitioned_pred_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/lower_bound/debug/constexpr_valid_range_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/upper_bound/debug/constexpr_partitioned_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/upper_bound/debug/constexpr_partitioned_pred_neg.cc: Likewise.
|
||||
* testsuite/25_algorithms/upper_bound/debug/constexpr_valid_range_neg.cc: Likewise.
|
||||
|
||||
2021-08-08 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* testsuite/std/ranges/iota/max_size_type.cc: Set
|
||||
dg-timeout-factor to 4.
|
||||
|
||||
2021-08-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* libsupc++/compare (compare_three_way, strong_order)
|
||||
|
|
Loading…
Add table
Reference in a new issue