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

index aeef33653532fcff8d1b7d1f55268fb46aa01ad0..0199b796628aa1d5ddc1e4c1003165e000cf26d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-23  Mark Harmstone  <mark@harmstone.com>
+
+       * MAINTAINERS: Add myself to write after approval.
+
 2024-12-18  Prathamesh Kulkarni  <prathameshk@nvidia.com>
 
        Revert:
index 062fea2175b69a9a89f7c90aa64f225572efa7ad..f766bf6e8684276d55910bfbb3cf36a34287c409 100644 (file)
@@ -1,3 +1,8 @@
+2024-12-23  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (HPPA Options): Remove references
+       to HP-UX 8 and HP-UX 9.
+
 2024-12-22  Pan Li  <pan2.li@intel.com>
 
        * config/riscv/autovec.md: Align the operand for strided
index 8f5ae44e83188fc6ea8b74a76965797b53290d41..556dfeee7c018a0e5c038453a3d825643d7b588c 100644 (file)
@@ -1 +1 @@
-20241223
+20241224
index 73cc69d2464b3a97ff3d1e62f46d685207128c39..7006017e260d1685add370466c0c8abb5ffbc764 100644 (file)
@@ -1,3 +1,22 @@
+2024-12-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/118179
+       * trans-expr.cc (conv_null_actual): Suppress copying back of
+       pointer address for unspecified intent.
+
+2024-12-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/116254
+       PR fortran/118059
+       * trans-array.cc (gfc_trans_create_temp_array): Make sure that
+       transformational intrinsics of class objects that change rank,
+       most particularly spread, go through the correct code path. Re-
+       factor so that changes to the dtype are done on the temporary
+       before the class data of the result points to it.
+       * trans-expr.cc (arrayfunc_assign_needs_temporary): Character
+       array function expressions assigned to an unlimited polymorphic
+       variable require a temporary.
+
 2024-12-22  Harald Anlauf  <anlauf@gmx.de>
 
        * check.cc (gfc_check_random_seed): Clear gmp variables returned by
index dcdf222778fbb6b193355d9c6f01eddbbf01e5b4..637d62bc6afe87235d8fa103610d4980be7a669f 100644 (file)
@@ -1,3 +1,7 @@
+2024-12-23  Wilken Gottwalt  <wilken.gottwalt@posteo.net>
+
+       * gm2-libs-log/InOut.mod: Fix bad identifier warning.
+
 2024-12-10  Gaius Mulley  <gaiusmod2@gmail.com>
 
        PR modula2/117120
index 920d7c07ae331001ee02ecc7f2f98108b5857012..3bf19d7667f2c63efe5b6d3cadbcea29310090a4 100644 (file)
@@ -1,3 +1,20 @@
+2024-12-23  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/118179
+       * gfortran.dg/null_actual_7.f90: Extend testcase to also cover
+       scalar variants with pointer or allocatable dummy with or without
+       specified intent.
+
+2024-12-23  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/107635
+       * gfortran.dg/coarray_lib_comm_1.f90: Use less complicated
+       pattern, because all we need is the right count.
+
+2024-12-23  Christoph Müllner  <christoph.muellner@vrull.eu>
+
+       * gcc.dg/tree-ssa/pr118149.c: Disable for AArch64.
+
 2024-12-22  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
 
        PR testsuite/103298
index 359a814b28f4682a1d92de8af9dba9cd692162bb..0eb8fc697c435b0f9e16619087a732ff6a8bcbd0 100644 (file)
@@ -1,3 +1,8 @@
+2024-12-23  Simon Martin  <simon@nasilyan.com>
+
+       * Makefile.am: Remove reference to deleted marshall-c.h.
+       * Makefile.in: Regenerate.
+
 2024-12-20  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        * libcp1plugin.cc (plugin_add_namespace_alias): Call
index 174d4672e42bb9cfe3887ca851033a3420950b95..31b0dfc95678be41f75e1b988c997712aeb51ca9 100644 (file)
@@ -1,3 +1,8 @@
+2024-12-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * caf/single.c (_gfortran_caf_get_by_ct): Correct type of free_buffer
+       to int32_t.
+
 2024-12-22  Andre Vehreschild  <vehre@gcc.gnu.org>
 
        * caf/libcaf.h (_gfortran_caf_register_accessor): New function