Daily bump.

This commit is contained in:
GCC Administrator
2026-03-23 00:16:21 +00:00
parent 15bccf4412
commit 0c52fbc150
5 changed files with 36 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
2026-03-22 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/124597
* config/i386/i386-builtins.cc (ix86_init_builtins_va_builtins_abi):
Also add nothrow and leaf attributes to the va builtins.
2026-03-22 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR tree-optimization/124597
* gimple-fold.cc (gimple_fold_builtin_stdarg): Correct the
eh_update argument to gsi_replace for the VA_END case.
2026-03-21 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/123852

View File

@@ -1 +1 @@
20260322
20260323

View File

@@ -1,3 +1,13 @@
2026-03-22 Harald Anlauf <anlauf@gmx.de>
PR fortran/124259
* target-memory.cc (gfc_merge_initializers): Change struct
gfc_typespec argument into a const reference.
* target-memory.h (gfc_merge_initializers): Adjust prototype.
* trans.cc (gfc_finalize_tree_expr): Change struct symbol_attribute
argument into a const reference.
* trans.h (gfc_finalize_tree_expr): Adjust prototype.
2026-03-20 Christopher Albert <albert@tugraz.at>
PR fortran/120723

View File

@@ -1,3 +1,8 @@
2026-03-22 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
PR target/124597
* g++.target/pr124597.C: New test.
2026-03-21 Nathaniel Shead <nathanieloshead@gmail.com>
PR c++/122786

View File

@@ -1,3 +1,11 @@
2026-03-22 Christopher Albert <albert@tugraz.at>
PR fortran/124512
* Makefile.am: Adjust the dependencies.
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.ac: Add new check.
2026-03-06 Andre Vehreschild <vehre@gcc.gnu.org>
PR libfortran/124371