]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Sep 2023 00:19:38 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Sep 2023 00:19:38 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libgomp/ChangeLog

index de97803d2914f58cab9926c86befa487b62dbbae..12d2a2bef31b73bbe8d274c447b322445bfabad3 100644 (file)
@@ -1,3 +1,23 @@
+2023-09-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-08-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/111017
+       * omp-expand.cc (expand_omp_for_init_vars): Pass after=true
+       to expand_omp_build_cond for 'factor != 0' condition, resulting
+       in pre-r12-5295-g47de0b56ee455e code for the gimple insert.
+
+2023-09-01  Lulu Cheng  <chenglulu@loongson.cn>
+
+       Backported from master:
+       2023-09-01  Lulu Cheng  <chenglulu@loongson.cn>
+                   Guo Jie  <guojie@loongson.cn>
+
+       PR target/110484
+       * config/loongarch/loongarch.cc (loongarch_emit_stack_tie): Use the
+       frame_pointer_needed to determine whether to use the $fp register.
+
 2023-08-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 5e591a05e966c57423d14b6da93e4c6c2afd574f..1827d0b78bf302ff556ca297c7eae52321a22ac1 100644 (file)
@@ -1 +1 @@
-20230901
+20230902
index ba7c0ade8f4b5f4d4c144ca8ba1dd3f161522262..0b2eb559829eb1e9a728e01d4638dd8a9c0e647b 100644 (file)
@@ -1,3 +1,11 @@
+2023-09-01  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2023-08-19  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR middle-end/111017
+       * testsuite/libgomp.c-c++-common/non-rect-loop-1.c: New test.
+
 2023-06-28  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master: