From: GCC Administrator Date: Mon, 7 Oct 2024 00:18:17 +0000 (+0000) Subject: Daily bump. X-Git-Tag: basepoints/gcc-16~5458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4a967a77cb937a2df45f4d1d5032085a4080c6;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 12528f53e1b..a589fca44cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2024-10-06 John David Anglin + + * 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 + + * 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 + + PR target/69374 + * doc/install.texi (Specific) <*-*-freebsd*>: Focus on DWARF + only. + 2024-10-05 John David Anglin * config/pa/pa.md (nonlocal_goto): Don't clobber diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index c7126e3e1a9..09c64f0d788 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20241006 +20241007 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7c2efe78551..e046c1b1665 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2024-10-06 John David Anglin + + * 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 * gnat.dg/auto_var_init.adb: New test.