]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Jul 2023 00:18:52 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 9 Jul 2023 00:18:52 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 98754c72f1accd9e27bf2652aee304cc678620f1..05202840a125e2a314bb8027df085510ee6310f8 100644 (file)
@@ -1,3 +1,11 @@
+2023-07-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-07-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR c++/110595
+       * doc/invoke.texi (Warning Options): Fix typo.
+
 2023-07-05  Michael Meissner  <meissner@linux.ibm.com>
 
        Backported from master:
index f3144f1474c850f626c0102353913974299ca85c..6ca206c427e917429e2ff6cea9561c483516d07d 100644 (file)
@@ -1 +1 @@
-20230708
+20230709
index 21b5d65d2dc64416090482dfa1ecb1bff258ae84..e9057cdf00b1edcfb528e6e8a6e9374be6b3d3db 100644 (file)
@@ -1,3 +1,12 @@
+2023-07-08  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-08  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/110585
+       * arith.cc (gfc_compare_expr): Handle equality comparison of constant
+       complex gfc_expr arguments.
+
 2023-06-09  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 5e6843c23137f636b6e16437d55c12d784ed9491..7069f3f20296d4ff445eb21a4982cf23b4111597 100644 (file)
@@ -1,3 +1,11 @@
+2023-07-08  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-07-08  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/110585
+       * gfortran.dg/findloc_9.f90: New test.
+
 2023-07-07  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: