]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Oct 2024 00:17:19 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 6 Oct 2024 00:17:19 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/ada/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 4983a471aa6b1c66284ece0bce369d9e95d9db92..12528f53e1b44538f797e451a23c0ab0f6fac726 100644 (file)
@@ -1,3 +1,26 @@
+2024-10-05  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md (nonlocal_goto): Don't clobber
+       frame_pointer_rtx.
+       (builtin_longjmp): Likewise.
+
+2024-10-05  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa.md: Fix indirect_got constraint.
+
+2024-10-05  Eric Botcazou  <ebotcazou@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  <rguenther@suse.de>
+
+       * tree-vect-slp.cc (vect_lower_load_permutations): Prefer
+       level 1 even/odd extracts.
+
 2024-10-04  David Malcolm  <dmalcolm@redhat.com>
 
        PR other/116978
index 21c32c43dc9880847072602eb27f050bdd59f781..c7126e3e1a93f678935ff0207214518ec11e0148 100644 (file)
@@ -1 +1 @@
-20241005
+20241006
index 02a22c6d827cb3f377d4e03fdeda02742453f102..24a215744f103a21f89900adcd24a30586c782da 100644 (file)
@@ -1,3 +1,12 @@
+2024-10-05  Eric Botcazou  <ebotcazou@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  <mikael@gcc.gnu.org>
 
        PR other/116801
index e954589253d6d251b89968143edf85398e93e57a..7c2efe7855175ad50e100a9f957cc579832a3b94 100644 (file)
@@ -1,3 +1,7 @@
+2024-10-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/auto_var_init.adb: New test.
+
 2024-10-04  H.J. Lu  <hjl.tools@gmail.com>
 
        PR target/116962
index 7dad0a154ab7ecfa5eefba91bb717bd8f012d387..418fab34a77b6ed0a3923eeee62b79d7509802df 100644 (file)
@@ -1,3 +1,19 @@
+2024-10-05  Giuseppe D'Angelo  <giuseppe.dangelo@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  <ppalka@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  <ppalka@redhat.com>
 
        * include/std/ranges (single_view::empty): Define as per LWG 4035.