Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Jul 2022 00:19:07 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 4 Jul 2022 00:19:07 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index f3ab6f1..04fd27d 100644 (file)
@@ -1,3 +1,9 @@
+2022-07-03  Roger Sayle  <roger@nextmovesoftware.com>
+
+       PR target/106122
+       * config/i386/i386.md (peephole2): Avoid generating pop %esp
+       when optimizing for size.
+
 2022-07-02  Sergei Trofimovich  <siarheit@google.com>
 
        Backported from master:
index 758f2bf..d929766 100644 (file)
@@ -1 +1 @@
-20220703
+20220704
index a9ffa36..a0af43c 100644 (file)
@@ -1,3 +1,27 @@
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/103137
+       PR fortran/103138
+       PR fortran/103693
+       PR fortran/105243
+       * decl.cc (gfc_match_data_decl): Reject CLASS entity declaration
+       when it is given the PARAMETER attribute.
+
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-29  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/106121
+       * simplify.cc (gfc_simplify_extends_type_of): Do not attempt to
+       simplify when one of the arguments is a CLASS variable that was
+       not properly declared.
+
 2022-06-30  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 0939c41..c246c49 100644 (file)
@@ -1,3 +1,30 @@
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/103137
+       PR fortran/103138
+       PR fortran/103693
+       PR fortran/105243
+       * gfortran.dg/class_58.f90: Fix test.
+       * gfortran.dg/class_73.f90: New test.
+
+2022-07-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-29  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/106121
+       * gfortran.dg/extends_type_of_4.f90: New test.
+
+2022-07-03  Roger Sayle  <roger@nextmovesoftware.com>
+
+       PR target/106122
+       * gcc.target/i386/pr106122.c: New test case.
+
 2022-07-01  Jason Merrill  <jason@redhat.com>
 
        PR c++/105541