aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-20 00:17:38 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-20 00:17:38 +0000
commit1ba3363668b5a2bc065379fe5afd4e1570ed12f3 (patch)
tree0f287958fb15d5aaae5d8eee506331d8aa42b615
parent1dc65003b66e5a97200f454eeddcccfce34416b3 (diff)
downloadgcc-1ba3363668b5a2bc065379fe5afd4e1570ed12f3.zip
gcc-1ba3363668b5a2bc065379fe5afd4e1570ed12f3.tar.gz
gcc-1ba3363668b5a2bc065379fe5afd4e1570ed12f3.tar.bz2
Daily bump.
-rw-r--r--gcc/ChangeLog14
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--libgomp/ChangeLog5
3 files changed, 20 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 956927f..190716a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+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-08-19 Guo Jie <guojie@loongson.cn>
+ Lulu Cheng <chenglulu@loongson.cn>
+
+ * config/loongarch/t-loongarch: Add loongarch-driver.h into
+ TM_H. Add loongarch-def.h and loongarch-tune.h into
+ OPTIONS_H_EXTRA.
+
2023-08-18 Uros Bizjak <ubizjak@gmail.com>
PR target/111023
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0aac42c..daa4946 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20230819
+20230820
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4e5b552..f87644f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+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-08-17 Tobias Burnus <tobias@codesourcery.com>
PR libgomp/111024