]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Dec 2024 00:23:41 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Dec 2024 00:23:41 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/m2/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 9093ce495f9dd40520b333a511ed9c5a913ac501..a611dd48945175b8435d4972756a2e3e836735dc 100644 (file)
@@ -1 +1 @@
-20241206
+20241207
index 2e391b4329c06ece57acf015bed52a1742af035d..172c6af5127207875d89f5355d6645fe1dc29852 100644 (file)
@@ -1,3 +1,31 @@
+2024-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       Backported from master:
+       2024-08-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/109105
+       * resolve.cc (CHECK_INTERFACES): New helper macro.
+       (resolve_operator): Replace use of snprintf with
+       gfc_error.
+
+2024-12-06  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       Backported from master:
+       2024-11-29  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR fortran/117843
+       * trans-io.cc (gfc_trans_transfer): Add default case.
+
+2024-12-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-11-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/117791
+       * trans-io.cc (gfc_trans_transfer): When an array index depends on
+       a function evaluation or an expression, do not use optimized array
+       I/O of an array section and fall back to normal scalarization.
+
 2024-12-02  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 94535184fe73100cc7ee7bc6714289c85210fc07..95ab599b0fb403a33e2d063071dbe198fe3f481e 100644 (file)
@@ -1,3 +1,12 @@
+2024-12-06  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-05  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117904
+       * gm2-compiler/M2GenGCC.mod (PerformLastForIterator): Add call to
+       BuildConvert when increment is > 0.
+
 2024-12-04  Gaius Mulley  <gaiusmod2@gmail.com>
 
        Backported from master:
index 518914a389c24596e92776a17ca65b08452dd828..59d78f881d8781ae9e3d1c6af5d669a0cf0d36bc 100644 (file)
@@ -1,3 +1,27 @@
+2024-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       Backported from master:
+       2024-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/117820
+       * gfortran.dg/pr117820.f90: New test.
+
+2024-12-06  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       Backported from master:
+       2024-12-05  Gaius Mulley  <gaiusmod2@gmail.com>
+
+       PR modula2/117904
+       * gm2/iso/pass/forloopbyconst.mod: New test.
+
+2024-12-06  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-11-28  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/117791
+       * gfortran.dg/bounds_check_array_io.f90: New test.
+
 2024-12-05  Simon Martin  <simon@nasilyan.com>
 
        Backported from master:
index 9bfa71e12734aadb2ba7c658a07d2462db95bd18..aae8cde3d5a44e65d243654c983b1bf556e12840 100644 (file)
@@ -1,3 +1,11 @@
+2024-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       Backported from master:
+       2024-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR fortran/117820
+       * io/write.c (write_b): Add test for zero needed by write_boz.
+
 2024-08-01  Release Manager
 
        * GCC 14.2.0 released.