aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-07-03 00:17:04 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-07-03 00:17:04 +0000
commit1ebf37ece33bf48401afd332d55ef7bb6aedb4ab (patch)
tree6dfb3d14d5ede851fb41cf36ea5aad99907bd4be
parent1bff9e625b4d2cd2847fcaae4a478ad33b4f86c3 (diff)
downloadgcc-1ebf37ece33bf48401afd332d55ef7bb6aedb4ab.zip
gcc-1ebf37ece33bf48401afd332d55ef7bb6aedb4ab.tar.gz
gcc-1ebf37ece33bf48401afd332d55ef7bb6aedb4ab.tar.bz2
Daily bump.
-rw-r--r--gcc/ChangeLog28
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/d/ChangeLog7
-rw-r--r--gcc/testsuite/ChangeLog20
-rw-r--r--libphobos/ChangeLog8
5 files changed, 64 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7431607..030c97c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index ae3ab38..4686be8 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230702
+20230703
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index f1b91c6..750b848 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -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
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a9dcfad..235915e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index f768d42..085c362 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -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