]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 May 2025 00:17:18 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 2 May 2025 00:17:18 +0000 (00:17 +0000)
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 0be6dd9eac44be870d202d5928ba457517253809..2ef5738f48cf54317adba38f20af6deb5fa753cb 100644 (file)
@@ -1,3 +1,7 @@
+2025-05-01  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * config-list.mk: Update FreeBSD targets to version 13.
+
 2025-04-26  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * config-list.mk: Add m32c*-*-* to the list of obsoleted targets.
index ac8a2c6cd48d345328a421ce5f3019ea7d061f5e..137e3880406f4ed547298b6432a964021ee48db2 100644 (file)
@@ -1,3 +1,43 @@
+2025-05-01  Jason Merrill  <jason@redhat.com>
+
+       * doc/invoke.texi: Add -fabi-version detail.
+       * common.opt: Likewise.
+
+2025-05-01  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       * 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  <ayan.x.shafqat@gmail.com>
+
+       * config/aarch64/arm_acle.h (__sqrt, __sqrtf): New function.
+
+2025-05-01  Ayan Shafqat  <ayan.x.shafqat@gmail.com>
+
+       * config/aarch64/aarch64-simd-builtins.def: Change
+       BUILTIN_VHSDF_DF to BUILTIN_VHSDF_HSDF.
+
+2025-05-01  Jason Merrill  <jason@redhat.com>
+
+       PR c++/119162
+       * fold-const.cc (maybe_nonzero_address): Return 1 for non-symtab
+       vars if folding_cxx_constexpr.
+
+2025-05-01  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-stmts.cc (vectorizable_conversion): Remove non-SLP
+       paths.
+
+2025-05-01  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-slp.cc (vect_remove_slp_scalar_calls): Look
+       at the original stmt.
+
+2025-05-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <quic_apinski@quicinc.com>
 
        PR target/120042
index c95ab322f46b75260a7fca06387a6239b2c60f8a..863251542a4aee0e5d626c30a04cca2eda3f78c4 100644 (file)
@@ -1 +1 @@
-20250501
+20250502
index 4c8fde71aeba55513c2107a08c478f009af8429d..08e747ed6820ca42fe873d998d93ecf1ccc748b3 100644 (file)
@@ -1,3 +1,17 @@
+2025-05-01  Christopher Bazley  <chris.bazley@arm.com>
+
+       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  <fweimer@redhat.com>
+
+       PR c/119950
+       * c-typeck.cc (convert_arguments): Check for built-in
+       function declaration before warning.
+
 2025-04-28  David Malcolm  <dmalcolm@redhat.com>
 
        * c-decl.cc: Drop include of "make-unique.h".
index a74c74d48174a5ee2be58f6c39492cf85c5cfb99..d50293c5aad4c4c447798c57e948dfcc335f5adc 100644 (file)
@@ -1,3 +1,30 @@
+2025-05-01  Patrick Palka  <ppalka@redhat.com>
+
+       * 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  <ppalka@redhat.com>
+
+       PR c++/119034
+       PR c++/68942
+       * pt.cc (tsubst_expr) <case CALL_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  <jason@redhat.com>
+
+       * Make-lang.in: Don't pass the full path to gperf.
+       * std-name-hint.h: Regenerate.
+
+2025-05-01  Jason Merrill  <jason@redhat.com>
+
+       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  <nathanieloshead@gmail.com>
 
        PR c++/120023
index e6ecc8dfe7db0cfea6bf91596a036982ae01b425..9b2a48d991f14680319bc384af5c6022b71b2065 100644 (file)
@@ -1,3 +1,10 @@
+2025-05-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       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  <anlauf@gmx.de>
 
        PR fortran/102900
index aa5d296884cc777f1b417c1098a9cd31a2651e8f..354a2adc3cae8522f1832cba8abab198f640dd8f 100644 (file)
@@ -1,3 +1,37 @@
+2025-05-01  Christopher Bazley  <chris.bazley@arm.com>
+
+       PR c/119317
+       * gcc.dg/c2y-named-loops-8.c: New test.
+
+2025-05-01  Florian Weimer  <fweimer@redhat.com>
+
+       * gcc.dg/Wdeprecated-non-prototype-5.c: New test.
+
+2025-05-01  Patrick Palka  <ppalka@redhat.com>
+
+       * g++.dg/cpp23/constexpr-nonlit19.C: New test.
+
+2025-05-01  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/119034
+       PR c++/68942
+       * g++.dg/template/koenig13.C: New test.
+
+2025-05-01  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/119948
+       * gfortran.dg/pr119948.f90: New test.
+
+2025-05-01  Ayan Shafqat  <ayan.x.shafqat@gmail.com>
+
+       * gcc.target/aarch64/acle/acle_sqrt.c: New test.
+
+2025-05-01  Richard Biener  <rguenther@suse.de>
+
+       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  <nathanieloshead@gmail.com>
 
        PR c++/120023
index d7f2a1abd4e4fc9222ceb70c1db343891824f6ca..9631838875841d6703b6cca4254b34e654c9353c 100644 (file)
@@ -1,3 +1,7 @@
+2025-05-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       * testsuite/libgomp.fortran/allocate-8a.f90: New test.
+
 2025-04-25  Andrew Stubbs  <ams@baylibre.com>
 
        * testsuite/libgomp.c/interop-hsa.c: New test.