]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jul 2023 00:17:04 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 3 Jul 2023 00:17:04 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index 743160757826f2a15afb234dcd01ca765400288a..030c97cb60cf3e5e0278d39c9d941ee752e6a127 100644 (file)
@@ -1,3 +1,31 @@
+2023-07-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/110508
+       * tree-ssa-math-opts.cc (match_uaddc_usubc): Only replace re2 with
+       REALPART_EXPR opf nlhs if re2 is non-NULL.
+
+2023-07-02  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.cc (xtensa_match_CLAMPS_imms_p):
+       Simplify.
+       * config/xtensa/xtensa.md (*xtensa_clamps):
+       Add TARGET_MINMAX to the condition.
+
+2023-07-02  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+       * config/xtensa/xtensa.md (*eqne_INT_MIN):
+       Add missing ":SI" to the match_operator.
+
+2023-07-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/108743
+       * config/darwin.opt: Add fconstant-cfstrings alias to
+       mconstant-cfstrings.
+       * doc/invoke.texi: Amend invocation descriptions to reflect
+       that the fconstant-cfstrings is a target-option alias and to
+       add the missing mconstant-cfstrings option description to the
+       Darwin section.
+
 2023-07-01  Jan Hubicka  <jh@suse.cz>
 
        * tree-cfg.cc (gimple_duplicate_sese_region): Add elliminated_edge
index ae3ab38a5744c27250a51936d2d34ab551b42505..4686be8f754d2065d3ca23f78b2d05915caf9d3b 100644 (file)
@@ -1 +1 @@
-20230702
+20230703
index f1b91c686c938d13c1d4c3039384c96049df37c5..750b848c10fa062d3e9d94a03b5a933c181ec076 100644 (file)
@@ -1,3 +1,10 @@
+2023-07-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110516
+       * intrinsics.cc (expand_volatile_load): Set TREE_SIDE_EFFECTS on the
+       expanded expression.
+       (expand_volatile_store): Likewise.
+
 2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        PR d/110514
index a9dcfad61bb2d29ea09d10473efc419fad81d226..235915ed5446c93b90191fe35d17fc5faa819e8d 100644 (file)
@@ -1,3 +1,23 @@
+2023-07-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * gdc.dg/Wbuiltin_declaration_mismatch2.d: Fix failed tests.
+
+2023-07-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/110508
+       * gcc.dg/pr110508.c: New test.
+
+2023-07-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/108962
+       * gdc.dg/pr108962.d: New test.
+
+2023-07-02  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110516
+       * gdc.dg/torture/pr110516a.d: New test.
+       * gdc.dg/torture/pr110516b.d: New test.
+
 2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        PR d/110514
index f768d42673f80d2c3aa5994000ae135489abab9a..085c3629788a6b850a5976cea573e81718262555 100644 (file)
@@ -1,3 +1,11 @@
+2023-07-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * libdruntime/config/aarch64/switchcontext.S: Exclude ELF-
+       specific constructs for Darwin.
+       * libdruntime/config/arm/switchcontext.S: Likewise.
+       * libdruntime/core/thread/fiber.d: Disable switching fibres
+       between threads.
+
 2023-07-01  Iain Sandoe  <iainsandoe@Apollo-3-VM-Lion-0-187.local>
 
        PR d/103944