]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Jun 2021 00:18:21 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Jun 2021 00:18:21 +0000 (00:18 +0000)
c++tools/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog

index ae1e5635fc8265c22c1632693e1fffcbc0f9a441..361e3c95d543cfae02c73cf7ae7cfa56716ac023 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/100731
+       * server.cc: Include <cstdlib>.
+
 2021-05-25  Eric Botcazou  <ebotcazou@adacore.com>
 
        * configure.ac (--enable-maintainer-mode): Fix typo and weird syntax.
index 0454764d00697bfd8e99b8d3771ce85ca7aa650b..f97aaae8e0f697a9b425f4664b684a44bec0803a 100644 (file)
@@ -1,3 +1,40 @@
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/100576
+       * builtins.c (check_read_access): Convert bound to size_type_node if
+       non-NULL.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/100590
+       * regcprop.c (copyprop_hardreg_forward_1): Only DCE dead sets if
+       they are NONJUMP_INSN_P.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100580
+       * function.c (push_dummy_function): Set DECL_ARTIFICIAL and
+       DECL_ASSEMBLER_NAME on the fn_decl.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/100342
+       * regcprop.c (copy_value): When copying a source reg in a wider
+       mode than it has recorded for the value, adjust recorded destination
+       mode too or punt if !REG_CAN_CHANGE_MODE_P.
+
 2021-05-28  David Edelsohn  <dje.gcc@gmail.com>
 
        PR target/94177
index 9bfad84bae8eababc993b189ae002d272ef4bd4f..6b43bb2aa0cfdec46858caf663f3872d927959f6 100644 (file)
@@ -1 +1 @@
-20210531
+20210601
index e132e9af662829ee1f5eb3e2ea2270f3dad7e542..2fe774057fc912135674c349e5386762c7c2cae3 100644 (file)
@@ -1,3 +1,13 @@
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100666
+       * call.c (convert_arg_to_ellipsis): For expressions with NULLPTR_TYPE
+       and side-effects, temporarily disable -Wunused-result warning when
+       building COMPOUND_EXPR.
+
 2021-05-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 7ca40efc1fdec05fd02b6b1dc156bdd845d5ed84..52b56dd40240c18eee3b5144e0c11fcc491a8f51 100644 (file)
@@ -1,3 +1,53 @@
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100666
+       * g++.dg/cpp1z/nodiscard8.C: New test.
+       * g++.dg/cpp1z/nodiscard9.C: New test.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/100646
+       * gcc.dg/cpp/pr100646-1.c: New test.
+       * gcc.dg/cpp/pr100646-2.c: New test.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/100576
+       * gcc.c-torture/compile/pr100576.c: New test.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/100590
+       * gcc.dg/pr100590.c: New test.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-18  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100580
+       * g++.dg/other/pr100580.C: New test.
+
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-15  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/100342
+       * gcc.target/i386/pr100342.c: New test.
+
 2021-05-28  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index a1f4f2cf9abb43a7284410a0fa4d6e975936993e..498dd0eda550a24df66133a1d93302b60e0e44b4 100644 (file)
@@ -1,3 +1,12 @@
+2021-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-05-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR preprocessor/100646
+       * lex.c (cpp_directive_only_process): Treat end of file as termination
+       for !is_block comments.
+
 2021-05-12  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: