Daily bump.

This commit is contained in:
GCC Administrator 2024-12-24 00:17:55 +00:00
parent a5b1f3e14a
commit 4a8af01be0
8 changed files with 60 additions and 1 deletions

View file

@ -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:

View 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

View file

@ -1 +1 @@
20241223
20241224

View 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

View 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

View 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

View 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

View 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