]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Feb 2023 00:20:40 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 6 Feb 2023 00:20:40 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 40ef8d39af3097ba8b5c422167de6f5a54276f7d..285087c482abc4dea70425efa510f82a08372c70 100644 (file)
@@ -1 +1 @@
-20230205
+20230206
index ebea483e15927200b023948fdc1dad0e06f27bce..28686e5655afcb6dc197d6fd686638b3967cdc6b 100644 (file)
@@ -1,3 +1,34 @@
+2023-02-05  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2023-01-29  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/108450
+       * check.cc (gfc_check_minloc_maxloc): Explicitly set argument name.
+       (gfc_check_findloc): Ditto.
+
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-01  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108609
+       * expr.cc (find_array_section): Add check to prevent interpreting an
+       mpz non-integer constant as an integer.
+
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-01-28  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/108527
+       * resolve.cc (compare_bound_int): Expression to compare must be of
+       type INTEGER.
+       (compare_bound_mpz_t): Likewise.
+       (check_dimension): Fix comment on checks applied to array section
+       and clean up associated logic.
+
 2023-02-02  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index a0fe37c0f39f6765a5dd11462b8de5d95d511fb5..60ccc0cc19c05107ce7c31aca332411d9095e813 100644 (file)
@@ -1,3 +1,28 @@
+2023-02-05  Mikael Morin  <mikael@gcc.gnu.org>
+
+       Backported from master:
+       2023-01-29  Mikael Morin  <mikael@gcc.gnu.org>
+
+       PR fortran/108450
+       * gfortran.dg/gomp/minmaxloc_1.f90: New test.
+
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-02-01  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108609
+       * gfortran.dg/pr108527.f90: Adjust test pattern.
+
+2023-02-05  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-01-28  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/108527
+       * gfortran.dg/pr108527.f90: New test.
+
 2023-02-03  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: