]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Mar 2023 00:19:25 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 Mar 2023 00:19:25 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index c2cc3bfa412f22fd6a6396b4e019006f44ba94ce..3c8c315bc19de23b5a88d1a2a9c64e5c6b8df462 100644 (file)
@@ -1 +1 @@
-20230324
+20230325
index 1eaa0fe763723117d9747b55a1144617c3805a54..8b8ee9ab2add74f7128ced07cf874617693dd0ae 100644 (file)
@@ -1,3 +1,21 @@
+2023-03-24  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109186
+       * simplify.c (gfc_simplify_nearest): Fix off-by-one error in setting
+       up real kind-specific maximum exponent for mpfr.
+
+2023-03-24  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85877
+       * resolve.c (resolve_fl_procedure): Check for an explicit interface
+       of procedures with the BIND(C) attribute (F2018:15.4.2.2).
+
 2023-03-17  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 1718a14d34c06aaaea4aaf601ccdaa18c631efea..38fb279f0bcc1fdec1d00faaf8546b6195dda55c 100644 (file)
@@ -1,3 +1,19 @@
+2023-03-24  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/109186
+       * gfortran.dg/nearest_6.f90: New test.
+
+2023-03-24  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2023-03-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85877
+       * gfortran.dg/pr85877.f90: New test.
+
 2023-03-17  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: