]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 3b0d1b06e9cdfe5a21c73988d8a47a21b2c6fd34..9d39f0f0064aee33eeb7120978c978afd3a7cb3e 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 3b0c65fa4e866f84a1a59a1afe4568e24467d0e3..859da5af87ce5e4574ab182e908990071a3954b6 100644 (file)
@@ -1 +1 @@
-20210808
+20210809
index fa9298d30dfd49e90a2ec18db74b9ee261330cf2..034fc300a6328b3d9c2e37b860ada2047bb53ff5 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 da75afb8ebcac664cc1459640999fd8d762363c4..70fb007885a3e0d4244535b9ea4359eed51cb5b4 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)