]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Oct 2023 00:21:28 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 27 Oct 2023 00:21:28 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 861f45a2a2c832393c786ee001d3c23229dcf786..c8c8a435f64c6696d17b7b0a5e868df14d5ce960 100644 (file)
@@ -1,3 +1,21 @@
+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-24  Mark Harmstone  <mark@harmstone.com>
 
        Backported from master:
index 8cc3c140cdf8f0d888d397207cb2c92a08f73250..fa62fe1cbea6a915255c571d0e36db10409c0fb4 100644 (file)
@@ -1 +1 @@
-20231026
+20231027
index db29631a5144792c50c4378b6efa307deb219274..52c0b2b971fb147b266999e5836e395a9b634a7c 100644 (file)
@@ -1,3 +1,13 @@
+2023-10-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/67740
+       * trans-expr.cc (gfc_trans_pointer_assignment): Set the hidden
+       string length component for pointer assignment to character
+       pointer components.
+
 2023-10-21  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 746acf78a6114662c1a9d1dd621be5886929f682..f1bf0df54cc3204e6ed0cbb6f5e59743f823a81b 100644 (file)
@@ -1,3 +1,18 @@
+2023-10-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-10-12  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/67740
+       * gfortran.dg/pr67740.f90: New test
+
+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-23  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: