aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-11-18 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-11-18 00:16:46 +0000
commitc63a0bbce57e89839317f10cefafccce9d4996a0 (patch)
treee7603751ab32ce59687f31b705f17045f24fb6eb /gcc/c-family/ChangeLog
parent231bb992592a9e1bd7ce6583131acb1874c8e34e (diff)
downloadgcc-c63a0bbce57e89839317f10cefafccce9d4996a0.zip
gcc-c63a0bbce57e89839317f10cefafccce9d4996a0.tar.gz
gcc-c63a0bbce57e89839317f10cefafccce9d4996a0.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 5cd6b2a..929cacb 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2023-11-17 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/107571
+ * c-gimplify.cc (genericize_c_loop): For C++ mark IFN_FALLTHROUGH
+ call at the end of loop body as TREE_NOTHROW.
+
2023-11-14 Lewis Hyatt <lhyatt@gmail.com>
PR pch/9471