https://gcc.gnu.org/g:4a8af01be09b17af31984850e3a5a63d23b7b0e8

commit r15-6428-g4a8af01be09b17af31984850e3a5a63d23b7b0e8
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Tue Dec 24 00:17:55 2024 +0000

    Daily bump.

Diff:
---
 ChangeLog               |  4 ++++
 gcc/ChangeLog           |  5 +++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 19 +++++++++++++++++++
 gcc/m2/ChangeLog        |  4 ++++
 gcc/testsuite/ChangeLog | 17 +++++++++++++++++
 libcc1/ChangeLog        |  5 +++++
 libgfortran/ChangeLog   |  5 +++++
 8 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index aeef33653532..0199b796628a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-23  Mark Harmstone  <m...@harmstone.com>
+
+       * MAINTAINERS: Add myself to write after approval.
+
 2024-12-18  Prathamesh Kulkarni  <prathame...@nvidia.com>
 
        Revert:
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 062fea2175b6..f766bf6e8684 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-23  Gerald Pfeifer  <ger...@pfeifer.com>
+
+       * doc/invoke.texi (HPPA Options): Remove references
+       to HP-UX 8 and HP-UX 9.
+
 2024-12-22  Pan Li  <pan2...@intel.com>
 
        * config/riscv/autovec.md: Align the operand for strided
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8f5ae44e8318..556dfeee7c01 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241223
+20241224
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 73cc69d2464b..7006017e260d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,22 @@
+2024-12-23  Harald Anlauf  <anl...@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  <pa...@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  <anl...@gmx.de>
 
        * check.cc (gfc_check_random_seed): Clear gmp variables returned by
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index dcdf222778fb..637d62bc6afe 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-23  Wilken Gottwalt  <wilken.gottw...@posteo.net>
+
+       * gm2-libs-log/InOut.mod: Fix bad identifier warning.
+
 2024-12-10  Gaius Mulley  <gaiusm...@gmail.com>
 
        PR modula2/117120
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 920d7c07ae33..3bf19d7667f2 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,20 @@
+2024-12-23  Harald Anlauf  <anl...@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  <ve...@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.muell...@vrull.eu>
+
+       * gcc.dg/tree-ssa/pr118149.c: Disable for AArch64.
+
 2024-12-22  Torbjörn SVENSSON  <torbjorn.svens...@foss.st.com>
 
        PR testsuite/103298
diff --git a/libcc1/ChangeLog b/libcc1/ChangeLog
index 359a814b28f4..0eb8fc697c43 100644
--- a/libcc1/ChangeLog
+++ b/libcc1/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-23  Simon Martin  <si...@nasilyan.com>
+
+       * Makefile.am: Remove reference to deleted marshall-c.h.
+       * Makefile.in: Regenerate.
+
 2024-12-20  Nathaniel Shead  <nathanielosh...@gmail.com>
 
        * libcp1plugin.cc (plugin_add_namespace_alias): Call
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 174d4672e42b..31b0dfc95678 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-24  Hans-Peter Nilsson  <h...@axis.com>
+
+       * caf/single.c (_gfortran_caf_get_by_ct): Correct type of free_buffer
+       to int32_t.
+
 2024-12-22  Andre Vehreschild  <ve...@gcc.gnu.org>
 
        * caf/libcaf.h (_gfortran_caf_register_accessor): New function

Reply via email to