Daily bump.

This commit is contained in:
GCC Administrator 2021-08-09 00:16:32 +00:00
parent 5f564fd013
commit 844105d912
4 changed files with 27 additions and 1 deletions

View file

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

View file

@ -1 +1 @@
20210808
20210809

View file

@ -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

View file

@ -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)