https://gcc.gnu.org/g:881c6ec845c4cb7cb0fdd31a86dd0e539b6c84b3

commit r11-11374-g881c6ec845c4cb7cb0fdd31a86dd0e539b6c84b3
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Fri Apr 26 00:18:23 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 102 ++++++++++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |   2 +-
 gcc/testsuite/ChangeLog |  25 ++++++++++++
 3 files changed, 128 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e3822876680..881e557ea44 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,105 @@
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2024-04-02  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin.c (darwin_override_options): Update the
+       clang major version value in the dsymutil check.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-10-18  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config.in: Regenerate.
+       * config/darwin.c (darwin_file_start): Add assembler directives
+       for the target OS version, where these are supported by the
+       assembler.
+       (darwin_override_options): Check for building >= macOS 10.14.
+       * configure: Regenerate.
+       * configure.ac: Check for assembler support of .build_version
+       directives.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-27  Iain Sandoe  <i...@sandoe.co.uk>
+
+       PR target/111610
+       * configure: Regenerate.
+       * configure.ac: Rename the missing dsymutil case to "DET_UNKNOWN".
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-18  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin-protos.h (enum darwin_external_toolchain): New.
+       * config/darwin.c (DSYMUTIL_VERSION): New.
+       (darwin_override_options): Choose the default debug DWARF version
+       depending on the configured dsymutil version.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-04  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/rs6000/darwin.h (LIB_SPEC): Include libSystemStubs for
+       all 32b Darwin PowerPC cases.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-10  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin.c (darwin_function_section): Place unlikely
+       executed global init code into the standard cold section.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-04  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin-sections.def (static_init_section): Add the
+       __TEXT,__StaticInit section.
+       * config/darwin.c (darwin_function_section): Use the static init
+       section for global initializers, to match other platform toolchains.
+
+2024-04-25  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2023-09-04  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin-sections.def (darwin_exception_section): Move to
+       the __TEXT segment.
+       * config/darwin.c (darwin_emit_except_table_label): Align before
+       the exception table label.
+       * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use indirect PC-
+       relative 4byte relocs.
+
+2024-04-25  Richard Ball  <richard.b...@arm.com>
+
+       Backported from master:
+       2024-04-25  Richard Ball  <richard.b...@arm.com>
+
+       PR target/114837
+       * config/arm/arm.c (cmse_nonsecure_call_inline_register_clear):
+       Add zero/sign extend.
+       (arm_expand_prologue): Add zero/sign extend.
+
+2024-04-25  Kewen Lin  <li...@linux.ibm.com>
+
+       Backported from master:
+       2024-04-09  Kewen Lin  <li...@linux.ibm.com>
+                   Andrew Pinski  <quic_apin...@quicinc.com>
+
+       PR target/88309
+       * config/rs6000/rs6000-call.c (rs6000_gimple_fold_builtin): Fix
+       wrong align passed to function build_aligned_type.
+       * tree-ssa-loop-prefetch.c (is_miss_rate_acceptable): Add an
+       assertion to ensure align_unit should be positive.
+       * tree.c (build_qualified_type): Update function comments.
+
 2024-04-24  Rainer Orth  <r...@cebitec.uni-bielefeld.de>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 57aa6c58cc7..31b7d4c373f 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240425
+20240426
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index ee8e01ec767..3abc1c519eb 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,28 @@
+2024-04-25  Francois-Xavier Coudert  <fxcoud...@gcc.gnu.org>
+
+       Backported from master:
+       2023-09-08  Francois-Xavier Coudert  <fxcoud...@gcc.gnu.org>
+
+       * gcc.dg/darwin-segaddr.c: Adjust for darwin linker warning.
+       * gcc.dg/pie-7.c: Likewise.
+
+2024-04-25  Richard Ball  <richard.b...@arm.com>
+
+       Backported from master:
+       2024-04-25  Richard Ball  <richard.b...@arm.com>
+
+       * gcc.target/arm/cmse/extend-param.c: New test.
+       * gcc.target/arm/cmse/extend-return.c: New test.
+
+2024-04-25  Kewen Lin  <li...@linux.ibm.com>
+
+       Backported from master:
+       2024-04-09  Kewen Lin  <li...@linux.ibm.com>
+                   Andrew Pinski  <quic_apin...@quicinc.com>
+
+       PR target/88309
+       * gcc.target/powerpc/pr88309.c: New test.
+
 2024-04-24  Francois-Xavier Coudert  <fxcoud...@gcc.gnu.org>
 
        Backported from master:

Reply via email to