From fd013e3fe47f2623b581213c6d7c08bdbd5b1614 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Fri, 2 May 2025 00:17:18 +0000 Subject: Daily bump. --- gcc/ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 14 ++++++++++++++ gcc/cp/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/fortran/ChangeLog | 7 +++++++ gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 6 files changed, 123 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac8a2c6..137e388 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,43 @@ +2025-05-01 Jason Merrill + + * doc/invoke.texi: Add -fabi-version detail. + * common.opt: Likewise. + +2025-05-01 Andrew Pinski + + * tree-ssa-phiopt.cc (phiopt_early_allow): Only allow a sequence + with one statement for MIN/MAX and the op was MIN/MAX. + +2025-05-01 Ayan Shafqat + + * config/aarch64/arm_acle.h (__sqrt, __sqrtf): New function. + +2025-05-01 Ayan Shafqat + + * config/aarch64/aarch64-simd-builtins.def: Change + BUILTIN_VHSDF_DF to BUILTIN_VHSDF_HSDF. + +2025-05-01 Jason Merrill + + PR c++/119162 + * fold-const.cc (maybe_nonzero_address): Return 1 for non-symtab + vars if folding_cxx_constexpr. + +2025-05-01 Richard Biener + + * tree-vect-stmts.cc (vectorizable_conversion): Remove non-SLP + paths. + +2025-05-01 Richard Biener + + * tree-vect-slp.cc (vect_remove_slp_scalar_calls): Look + at the original stmt. + +2025-05-01 Jakub Jelinek + + * combine.cc (try_combine): Sets which satisfy set_noop_p can go + to i2 unless i3 is a jump and the other set is not. + 2025-04-30 Andrew Pinski PR target/120042 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c95ab32..8632515 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250501 +20250502 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 4c8fde7..08e747e 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,17 @@ +2025-05-01 Christopher Bazley + + PR c/119317 + * c-decl.cc (c_get_loop_names): Do not prematurely + end the search for a label that names a loop or + switch statement upon encountering a DEBUG_BEGIN_STMT. + Instead, ignore any instances of DEBUG_BEGIN_STMT. + +2025-05-01 Florian Weimer + + PR c/119950 + * c-typeck.cc (convert_arguments): Check for built-in + function declaration before warning. + 2025-04-28 David Malcolm * c-decl.cc: Drop include of "make-unique.h". diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a74c74d..d50293c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,30 @@ +2025-05-01 Patrick Palka + + * constexpr.cc (explain_invalid_constexpr_fn): In the + DECL_CONSTRUCTOR_P branch pass the non-genericized body to + require_potential_constant_expression. + +2025-05-01 Patrick Palka + + PR c++/119034 + PR c++/68942 + * pt.cc (tsubst_expr) : Revert PR68942 fix. + * semantics.cc (finish_call_expr): Ensure the callee of an + ADL-enabled call is wrapped in an OVERLOAD. + +2025-05-01 Jason Merrill + + * Make-lang.in: Don't pass the full path to gperf. + * std-name-hint.h: Regenerate. + +2025-05-01 Jason Merrill + + PR c++/119162 + * constexpr.cc (find_deleted_heap_var): Remove. + (cxx_eval_call_expression): Don't call it. Don't set TREE_STATIC on + heap vars. + (cxx_eval_outermost_constant_expr): Don't mess with varpool. + 2025-04-30 Nathaniel Shead PR c++/120023 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e6ecc8d..9b2a48d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2025-05-01 Paul Thomas + + PR fortran/119948 + * resolve.cc (gfc_impure_variable): The result of a module + procedure with an interface declaration is not impure even if + the current namespace is not the same as the symbol's. + 2025-04-25 Harald Anlauf PR fortran/102900 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa5d296..354a2ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,37 @@ +2025-05-01 Christopher Bazley + + PR c/119317 + * gcc.dg/c2y-named-loops-8.c: New test. + +2025-05-01 Florian Weimer + + * gcc.dg/Wdeprecated-non-prototype-5.c: New test. + +2025-05-01 Patrick Palka + + * g++.dg/cpp23/constexpr-nonlit19.C: New test. + +2025-05-01 Patrick Palka + + PR c++/119034 + PR c++/68942 + * g++.dg/template/koenig13.C: New test. + +2025-05-01 Paul Thomas + + PR fortran/119948 + * gfortran.dg/pr119948.f90: New test. + +2025-05-01 Ayan Shafqat + + * gcc.target/aarch64/acle/acle_sqrt.c: New test. + +2025-05-01 Richard Biener + + PR tree-optimization/120003 + * gcc.dg/tree-ssa/ssa-dom-thread-7.c: Adjust aarch64 expected + thread2 number of threads. + 2025-04-30 Nathaniel Shead PR c++/120023 -- cgit v1.1