Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 9 Aug 2021 00:16:32 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 9 Aug 2021 00:16:32 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 3b0d1b0..9d39f0f 100644 (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.
index 3b0c65f..859da5a 100644 (file)
@@ -1 +1 @@
-20210808
+20210809
index fa9298d..034fc30 100644 (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
index da75afb..70fb007 100644 (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)