[gcc r12-9947] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Fri Oct 27 00:19:59 GMT 2023
https://gcc.gnu.org/g:7caab3cbcf86dc90d0a43a4447e70794bad1363e
commit r12-9947-g7caab3cbcf86dc90d0a43a4447e70794bad1363e
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Fri Oct 27 00:19:34 2023 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 28 ++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 14 ++++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6eb34b289caa..113a775b86e7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,31 @@
+2023-10-26 Lulu Cheng <chenglulu@loongson.cn>
+
+ Backported from master:
+ 2023-10-23 Lulu Cheng <chenglulu@loongson.cn>
+
+ * config/loongarch/loongarch.h (CLEAR_INSN_CACHE): New definition.
+
+2023-10-26 chenxiaolong <chenxiaolong@loongson.cn>
+
+ Backported from master:
+ 2023-10-25 chenxiaolong <chenxiaolong@loongson.cn>
+
+ * config/loongarch/loongarch.md (get_thread_pointer<mode>):Adds the
+ instruction template corresponding to the __builtin_thread_pointer
+ function.
+ * doc/extend.texi:Add the __builtin_thread_pointer function support
+ description to the documentation.
+
+2023-10-26 liuhongt <hongtao.liu@intel.com>
+
+ Backported from master:
+ 2023-07-06 liuhongt <hongtao.liu@intel.com>
+
+ PR target/110170
+ * config/i386/i386.md (movdf_internal): Disparage slightly for
+ 2 alternatives (r,v) and (v,r) by adding constraint modifier
+ '?'.
+
2023-10-23 Oleg Endo <olegendo@gcc.gnu.org>
PR target/111001
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 8cc3c140cdf8..fa62fe1cbea6 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20231026
+20231027
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6b68db957d62..4feb440770bd 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2023-10-26 chenxiaolong <chenxiaolong@loongson.cn>
+
+ Backported from master:
+ 2023-10-25 chenxiaolong <chenxiaolong@loongson.cn>
+
+ * gcc.target/loongarch/builtin_thread_pointer.c: New test.
+
+2023-10-26 liuhongt <hongtao.liu@intel.com>
+
+ Backported from master:
+ 2023-07-06 liuhongt <hongtao.liu@intel.com>
+
+ * gcc.target/i386/pr110170-3.c: New test.
+
2023-10-23 Kewen Lin <linkw@linux.ibm.com>
Backported from master:
More information about the Gcc-cvs
mailing list