https://gcc.gnu.org/g:88b75dcfd239f1f23485e3bfd955fca3387bfd89
commit r15-4090-g88b75dcfd239f1f23485e3bfd955fca3387bfd89 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sun Oct 6 00:17:19 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 23 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 4 ++++ libstdc++-v3/ChangeLog | 16 ++++++++++++++++ 5 files changed, 53 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4983a471aa6b..12528f53e1b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2024-10-05 John David Anglin <dang...@gcc.gnu.org> + + * config/pa/pa.md (nonlocal_goto): Don't clobber + frame_pointer_rtx. + (builtin_longjmp): Likewise. + +2024-10-05 John David Anglin <dang...@gcc.gnu.org> + + * config/pa/pa.md: Fix indirect_got constraint. + +2024-10-05 Eric Botcazou <ebotca...@adacore.com> + + PR middle-end/116933 + * gimplify.cc (gimple_add_init_for_auto_var): Use the correct macro + to fetch the source location of the variable. + * tree.cc (common_builtin_nodes): Remove the 3rd parameter in the + type of BUILT_IN_CLEAR_PADDING. + +2024-10-05 Richard Biener <rguent...@suse.de> + + * tree-vect-slp.cc (vect_lower_load_permutations): Prefer + level 1 even/odd extracts. + 2024-10-04 David Malcolm <dmalc...@redhat.com> PR other/116978 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 21c32c43dc98..c7126e3e1a93 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241005 +20241006 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 02a22c6d827c..24a215744f10 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,12 @@ +2024-10-05 Eric Botcazou <ebotca...@adacore.com> + + PR middle-end/116933 + * gcc-interface/decl.cc (gnat_to_gnu_entity) <E_Out_Parameter>: Add + the "uninitialized" attribute on Out parameters. + * gcc-interface/utils.cc (gnat_internal_attributes): Add entry for + the "uninitialized" attribute. + (handle_uninitialized_attribute): New function. + 2024-09-25 Mikael Morin <mik...@gcc.gnu.org> PR other/116801 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e954589253d6..7c2efe785517 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2024-10-05 Eric Botcazou <ebotca...@adacore.com> + + * gnat.dg/auto_var_init.adb: New test. + 2024-10-04 H.J. Lu <hjl.to...@gmail.com> PR target/116962 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7dad0a154ab7..418fab34a77b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,19 @@ +2024-10-05 Giuseppe D'Angelo <giuseppe.dang...@kdab.com> + + * include/bits/version.def: Added the feature-testing macro. + * include/bits/version.h: Regenerated. + * include/std/type_traits: Add support for + std::is_virtual_base_of and std::is_virtual_base_of_v, + implemented in terms of the compiler builtin. + * testsuite/20_util/is_virtual_base_of/value.cc: New test. + +2024-10-05 Patrick Palka <ppa...@redhat.com> + + * include/bits/ranges_base.h (__distance_fn::operator()): + Adjust iterator/sentinel overloads as per LWG 3664. + * testsuite/24_iterators/range_operations/distance.cc: + Test LWG 3664 example. + 2024-10-04 Patrick Palka <ppa...@redhat.com> * include/std/ranges (single_view::empty): Define as per LWG 4035.