Daily bump.

This commit is contained in:
GCC Administrator 2025-01-25 00:26:39 +00:00
parent b69eb2c594
commit 18a09944e8
6 changed files with 86 additions and 1 deletions

View File

@ -1,3 +1,20 @@
2025-01-24 Peter Bergner <bergner@linux.ibm.com>
Backported from master:
2025-01-16 Peter Bergner <bergner@linux.ibm.com>
* config/rs6000/rs6000-builtin.cc (rs6000_expand_builtin): Return
const0_rtx when there is an error.
2025-01-24 Peter Bergner <bergner@linux.ibm.com>
Backported from master:
2025-01-16 Peter Bergner <bergner@linux.ibm.com>
* config/rs6000/rs6000-builtin.cc (rs6000_expand_builtin): Use correct
array size for the loop limit.
* config/rs6000/rs6000-builtins.def: Fix field size for PMASK operand.
2025-01-23 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa32-regs.h (ADDITIONAL_REGISTER_NAMES): Change

View File

@ -1 +1 @@
20250124
20250125

View File

@ -1,3 +1,12 @@
2025-01-24 Marek Polacek <polacek@redhat.com>
Backported from master:
2025-01-24 Marek Polacek <polacek@redhat.com>
PR c++/117153
* decl2.cc (build_anon_union_vars): Use FIELD for the second operand
of a COMPONENT_REF.
2025-01-21 Jakub Jelinek <jakub@redhat.com>
PR c++/118509

View File

@ -1,3 +1,13 @@
2025-01-24 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2025-01-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/81978
* trans-array.cc (gfc_conv_array_parameter): Do not copy back data
if actual array parameter has the PARAMETER attribute.
* trans-expr.cc (gfc_conv_subref_array_arg): Likewise.
2025-01-10 Harald Anlauf <anlauf@gmx.de>
Backported from master:

View File

@ -1,3 +1,43 @@
2025-01-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backported from master:
2025-01-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/118571
* gfortran.dg/utf8_3.f03: New test.
2025-01-24 Harald Anlauf <anlauf@gmx.de>
Backported from master:
2025-01-20 Harald Anlauf <anlauf@gmx.de>
PR fortran/81978
* gfortran.dg/pr81978.f90: New test.
2025-01-24 Marek Polacek <polacek@redhat.com>
Backported from master:
2025-01-24 Marek Polacek <polacek@redhat.com>
PR c++/117153
* g++.dg/other/anon-union6.C: New test.
* g++.dg/other/anon-union7.C: New test.
2025-01-24 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Backported from master:
2025-01-24 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
PR testsuite/116448
* gcc.target/arm/vfp-1.c: Use -Os -fno-math-errno.
2025-01-24 Peter Bergner <bergner@linux.ibm.com>
Backported from master:
2025-01-16 Peter Bergner <bergner@linux.ibm.com>
* gcc.target/powerpc/mma-builtin-error.c: New test.
2025-01-22 Richard Sandiford <richard.sandiford@arm.com>
PR rtl-optimization/117186

View File

@ -1,3 +1,12 @@
2025-01-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backported from master:
2025-01-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/118571
* io/write.c (write_utf8_char4): Adjust the src_len to the
format width w_len when greater than zero.
2024-12-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backported from master: