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

index 19b4fe6c622a9234055ee6096149173d3653eccd..df34ae8f0dd9a05559bae2e5456e83005eb1db5e 100644 (file)
@@ -1,3 +1,12 @@
+2021-11-22  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       Backported from master:
+       2021-11-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       * config/s390/s390.md (define_peephole2): Variable insn points
+       to the first matched insn.  Use peep2_next_insn(1) to refer to
+       the second matched insn.
+
 2021-11-15  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master:
index 7e1517792f2c981de58e008f17e04bddf8b75cd4..e45f2d04f4ec66424e58bcf58f18f6a706fd24d5 100644 (file)
@@ -1 +1 @@
-20211122
+20211123
index 0aeafc3b3ed93de490abdf67abaa889543a758f7..7597957831c81581da7a1ff892f961870bc4a7b4 100644 (file)
@@ -1,3 +1,17 @@
+2021-11-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-21  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/99061
+       * trans-intrinsic.c (gfc_lookup_intrinsic): Helper function for
+       looking up gfortran builtin intrinsics.
+       (gfc_conv_intrinsic_atrigd): Use it.
+       (gfc_conv_intrinsic_cotan): Likewise.
+       (gfc_conv_intrinsic_cotand): Likewise.
+       (gfc_conv_intrinsic_atan2d): Likewise.
+
 2021-11-13  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 536e5ff27b39a9b42202966d90da33dcc65754ed..b7702eb28953f65e3c3c6b4f500323e7075f6f38 100644 (file)
@@ -1,3 +1,19 @@
+2021-11-22  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-21  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/99061
+       * gfortran.dg/dec_math_5.f90: New test.
+
+2021-11-22  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       Backported from master:
+       2021-11-19  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       * gcc.target/s390/20211119.c: New test.
+
 2021-11-13  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: