]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2024 00:18:17 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 7 Oct 2024 00:18:17 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 12528f53e1b44538f797e451a23c0ab0f6fac726..a589fca44cbff39d83dd3e556d602c3eecc2ecce 100644 (file)
@@ -1,3 +1,25 @@
+2024-10-06  John David Anglin  <danglin@gcc.gnu.org>
+
+       * config/pa/pa-64.h (PA_SECONDARY_MEMORY_NEEDED): Define
+       to false.  Update comment.
+       * config/pa/pa.md: Modify 64-bit move patterns to support
+       copying between integer and floating-point registers using
+       stack slot SP-40.
+
+2024-10-06  Richard Biener  <rguenther@suse.de>
+
+       * tree-vect-slp.cc (no_arg_map): New.
+       (vect_get_operand_map): Handle IFN_GOMP_SIMD_LANE.
+       (vect_build_slp_tree_1): Likewise.
+       * tree-vect-stmts.cc (vectorizable_call): Handle single-lane SLP
+       for .GOMP_SIMD_LANE calls.
+
+2024-10-06  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       PR target/69374
+       * doc/install.texi (Specific) <*-*-freebsd*>: Focus on DWARF
+       only.
+
 2024-10-05  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.md (nonlocal_goto): Don't clobber
index c7126e3e1a93f678935ff0207214518ec11e0148..09c64f0d78855124f9caddf19e2ffd42210344c8 100644 (file)
@@ -1 +1 @@
-20241006
+20241007
index 7c2efe7855175ad50e100a9f957cc579832a3b94..e046c1b166546b67e9dbece0a9f4d370beaa8be3 100644 (file)
@@ -1,3 +1,9 @@
+2024-10-06  John David Anglin  <danglin@gcc.gnu.org>
+
+       * g++.dg/cpp0x/noexcept87.C: Require lto.
+       * g++.dg/ext/pragma-unroll-lambda-lto.C: Likewise.
+       * gcc.dg/enum-alias-3.c: Likewise.
+
 2024-10-05  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/auto_var_init.adb: New test.