]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Jun 2022 00:19:26 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 29 Jun 2022 00:19:26 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 6a20b454fbc4ddf4704fa9facfa8e4d81d9946b7..bc7cbb3223871d870c7ba49a2e2e4ca1d874ddae 100644 (file)
@@ -1,3 +1,32 @@
+2022-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/106032
+       * ifcvt.cc (noce_try_sign_mask): Punt if !t_unconditional, and
+       t may_trap_or_fault_p, even if it is cheap.
+
+2022-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/106030
+       * expr.cc (expand_cond_expr_using_cmove): Pass NULL_RTX instead of
+       temp to expand_operands if mode has been promoted.
+
+2022-06-28  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2022-06-28  Xi Ruoyao  <xry111@xry111.site>
+
+       PR target/106096
+       * config/loongarch/loongarch.h (REG_CLASS_CONTENTS): Exclude
+       $r13 from SIBCALL_REGS.
+       * config/loongarch/loongarch.cc (loongarch_regno_to_class):
+       Change $r13 to JIRL_REGS.
+
 2022-06-24  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index 73287f27b0a66d7cd65faec3a49605639dc1c56b..f15a0aa76a8cb9ce1b9e407d91cc2c27ad42bab0 100644 (file)
@@ -1 +1 @@
-20220628
+20220629
index e7b9ddd7a014e0296480110a46a99b886c596a57..1d7d8974094ca9cbd8058276dbe66baedd30e720 100644 (file)
@@ -1,3 +1,28 @@
+2022-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR rtl-optimization/106032
+       * gcc.c-torture/execute/pr106032.c: New test.
+
+2022-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/106030
+       * gcc.c-torture/compile/pr106030.c: New test.
+
+2022-06-28  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2022-06-28  Xi Ruoyao  <xry111@xry111.site>
+
+       PR target/106096
+       * g++.target/loongarch/loongarch.exp: New test support file.
+       * g++.target/loongarch/pr106096.C: New test.
+
 2022-06-24  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 30ee29672b7ef47d63cf75874c0ff6cc97101077..cd3b03ffa6eadb1b0da194105e1998a309215c46 100644 (file)
@@ -1,3 +1,21 @@
+2022-06-28  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2022-06-21  Jakub Jelinek  <jakub@redhat.com>
+                   Paul Iannetta  <piannetta@kalrayinc.com>
+
+       PR libgomp/106045
+       * testsuite/libgomp.c/target-31.c: Add private (i) clause.
+
+2022-06-28  Martin Liska  <mliska@suse.cz>
+
+       Backported from master:
+       2022-06-28  Martin Liska  <mliska@suse.cz>
+
+       * acinclude.m4: Fix typo in mold linker detection.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+
 2022-05-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: