]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Jun 2022 00:17:31 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 Jun 2022 00:17:31 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index ba7480da21158f08d6dc5b7413c2d34e0eee5a94..f9c88e0568f2c26f3354be29210dc5a204928ab5 100644 (file)
@@ -1,3 +1,9 @@
+2022-06-14  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/104637
+       * lra-assigns.c (lra_split_hard_reg_for): Split hard regs as many
+       as possible on one subpass.
+
 2022-06-13  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index f6e8eb7c21b461f6b14deca9f9108856e04a6bcf..fa673f388358db68a687086b6b20fa9ddfa70e43 100644 (file)
@@ -1 +1 @@
-20220614
+20220615
index 561ba264757fa3a72d57767d0706f4ebc2e562ba..322b71d6749c3eed4bf32901304a3c403c6a223c 100644 (file)
@@ -1,3 +1,15 @@
+2022-06-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/104637
+       * gcc.target/i386/pr104637.c: Don't run on ia32.  Add -Wno-div-by-zero
+       to dg-options.
+       (foo): Remove extraneous initializer.
+
+2022-06-14  Vladimir N. Makarov  <vmakarov@redhat.com>
+
+       PR rtl-optimization/104637
+       * gcc.target/i386/pr104637.c: New.
+
 2022-06-13  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 532539d85905cd9187aaba792a1181dee2863888..f5b790b4af482b2f0e52efd18afff1f1796e2a19 100644 (file)
@@ -1,3 +1,43 @@
+2022-06-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97944
+       * testsuite/30_threads/jthread/95989.cc: Mark XFAIL.
+
+2022-06-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-24  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/30_threads/jthread/95989.cc: Run all three test
+       functions, not just the first one twice.
+
+2022-06-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-04-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99290
+       * src/c++17/fs_ops.cc (fs::copy): Pass error_code to
+       directory_iterator constructor, and check on each iteration.
+       * src/filesystem/ops.cc (fs::copy): Likewise.
+       * testsuite/27_io/filesystem/operations/copy.cc: Check for
+       errors during recursion.
+       * testsuite/experimental/filesystem/operations/copy.cc:
+       Likewise.
+
+2022-06-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-11-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/lib/gdb-test.exp: Add target selector support to the
+       dg-final directives.
+       * testsuite/libstdc++-prettyprinters/80276.cc: Add xfail for
+       C++20.
+       * testsuite/libstdc++-prettyprinters/libfundts.cc: Likewise.
+       * testsuite/libstdc++-prettyprinters/prettyprinters.exp: Tweak
+       comment.
+
 2022-06-10  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: