aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-12-24 00:17:55 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-12-24 00:17:55 +0000
commit4a8af01be09b17af31984850e3a5a63d23b7b0e8 (patch)
treec0391e0c42207a8444a0751aeb36c704bc1f374a /gcc
parenta5b1f3e14ae6354bd7944dd5dd9c74880c7546db (diff)
downloadgcc-4a8af01be09b17af31984850e3a5a63d23b7b0e8.zip
gcc-4a8af01be09b17af31984850e3a5a63d23b7b0e8.tar.gz
gcc-4a8af01be09b17af31984850e3a5a63d23b7b0e8.tar.bz2
Daily bump.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/fortran/ChangeLog19
-rw-r--r--gcc/m2/ChangeLog4
-rw-r--r--gcc/testsuite/ChangeLog17
5 files changed, 46 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 062fea2..f766bf6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8f5ae44..556dfee 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241223
+20241224
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 73cc69d..7006017e 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index dcdf222..637d62b 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 920d7c0..3bf19d7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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