]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Sep 2021 00:18:03 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 23 Sep 2021 00:18:03 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 4cdedbef168ad09c2d4ee77b6f92823bf4ec696f..26a67908c258d5cbb3b7cad48bf957ce7dce123a 100644 (file)
@@ -1,3 +1,25 @@
+2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backported from master:
+       2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * config/s390/tpf.md (prologue_tpf, epilogue_tpf): Add cc clobber.
+
+2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backported from master:
+       2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       PR target/102222
+       * config/s390/s390.c (s390_expand_insv): Emit a normal move if it
+       is actually a full copy of the source operand into the target.
+       Don't emit a strict low part move if source and target mode match.
+
+2021-09-22  Kewen Lin  <linkw@linux.ibm.com>
+
+       * ipa-fnsummary.c (inline_read_section): Unpack a dummy bit
+       to keep consistent with the side of streaming out.
+
 2021-09-21  Segher Boessenkool  <segher@kernel.crashing.org>
 
        Backported from master:
index 47a736e6a1c40c15b105285dd0d9ad9157ca2834..d6fc0609448ea1879f4ad1dd6c0123b560b4c2d0 100644 (file)
@@ -1 +1 @@
-20210922
+20210923
index 2b904c126ad3b8f08ea5776e0aa7fe1f8d5df1ad..ee11ddd257fa1263a469854eca20df715b01cd1b 100644 (file)
@@ -1,3 +1,10 @@
+2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       Backported from master:
+       2021-09-22  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * gcc.target/s390/pr102222.c: New test.
+
 2021-09-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: