https://gcc.gnu.org/g:232cc30ccc039c8046e3ec0689a0ac408d36a81f

commit r11-11348-g232cc30ccc039c8046e3ec0689a0ac408d36a81f
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Wed Apr 24 00:18:38 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 17 +++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/c-family/ChangeLog  |  8 ++++++++
 gcc/objc/ChangeLog      | 32 ++++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
 libphobos/ChangeLog     |  8 ++++++++
 6 files changed, 103 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8cd82785a4e..73cbab713c7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,20 @@
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2022-03-04  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config/darwin.c (darwin_fold_builtin): Make fcode an int to
+       avoid a mismatch with DECL_MD_FUNCTION_CODE().
+
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-11-15  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.ac: Test ld64 for -platform-version support.
+
 2024-04-22  Iain Sandoe  <i...@sandoe.co.uk>
 
        Backported from master:
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index f007dcf5a81..de7a64b42d7 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240423
+20240424
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index b1491303ecd..7d939a6e8c6 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,11 @@
+2024-04-23  Matt Jacobson  <mhjacob...@me.com>
+
+       Backported from master:
+       2021-08-17  Matt Jacobson  <mhjacob...@me.com>
+
+       * c-opts.c (c_common_post_options): Default to
+       flag_objc_sjlj_exceptions = 1 only when flag_objc_abi < 2.
+
 2024-01-27  Lewis Hyatt  <lhy...@gmail.com>
 
        PR preprocessor/105608
diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog
index 8cf9f1de780..c7d062839aa 100644
--- a/gcc/objc/ChangeLog
+++ b/gcc/objc/ChangeLog
@@ -1,3 +1,35 @@
+2024-04-23  Matt Jacobson  <mhjacob...@me.com>
+
+       Backported from master:
+       2021-08-17  Matt Jacobson  <mhjacob...@me.com>
+
+       * objc-next-runtime-abi-02.c
+       (objc_next_runtime_abi_02_init): Warn about and reset
+       flag_objc_sjlj_exceptions regardless of flag_objc_exceptions.
+       (next_runtime_02_initialize): Use a checking assert that
+       flag_objc_sjlj_exceptions is off.
+
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-19  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * objc-next-runtime-abi-02.c (objc_next_runtime_abi_02_init):
+       Default receiver nilchecks on.
+
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-18  Iain Sandoe  <i...@sandoe.co.uk>
+                   Matt Jacobson   <mhjacob...@me.com>
+
+       PR objc/101666
+       * objc-act.c (objc_build_constructor): Handle empty constructor
+       lists.
+       * objc-next-runtime-abi-02.c (build_v2_objc_method_fixup_call):
+       Handle nil receivers.
+       (build_v2_build_objc_method_call): Likewise.
+
 2024-04-22  Iain Sandoe  <i...@sandoe.co.uk>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index b4923266d50..f4a0748e54c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,40 @@
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * gcc.target/i386/memcpy-strategy-10.c: Account for
+       __USER_LABEL_PREFIX__.
+       * gcc.target/i386/memcpy-strategy-5.c: Likewise.
+       * gcc.target/i386/memset-strategy-5.c: Likewise.
+       * gcc.target/i386/memset-strategy-7.c: Likewise.
+
+2024-04-23  Richard Biener  <rguent...@suse.de>
+
+       Backported from master:
+       2022-03-28  Richard Biener  <rguent...@suse.de>
+
+       * gcc.dg/torture/pr100786.c: Add dg-require alias.
+
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-27  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * lib/target-supports.exp: Exclude cctools assembler based on
+       GAS 1.38.
+
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-08-18  Iain Sandoe  <i...@sandoe.co.uk>
+                   Matt Jacobson   <mhjacob...@me.com>
+
+       PR objc/101666
+       * obj-c++.dg/pr101666-0.mm: New test.
+       * obj-c++.dg/pr101666-1.mm: New test.
+       * obj-c++.dg/pr101666.inc: New.
+       * objc.dg/pr101666-0.m: New test.
+       * objc.dg/pr101666-1.m: New test.
+       * objc.dg/pr101666.inc: New.
+
 2024-04-22  Rainer Orth  <r...@cebitec.uni-bielefeld.de>
 
        Backported from master:
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index ab80f6c83b2..c8c4e9844f8 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,11 @@
+2024-04-23  Iain Sandoe  <i...@sandoe.co.uk>
+
+       Backported from master:
+       2021-11-19  Iain Sandoe  <i...@sandoe.co.uk>
+
+       * testsuite/lib/libphobos.exp: Prune warnings from external
+       tool bugs.
+
 2023-11-07  Iain Buclaw  <ibuc...@gdcproject.org>
 
        Backported from master:

Reply via email to