aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-12-07 00:18:44 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-12-07 00:18:44 +0000
commit3fe66f7f9f0940cbaf5a21366ecdc6c57360b2f1 (patch)
tree480d0fd10a1e32769ffe9c419faa7b0badb4f727 /gcc/c
parentdfe2ef7f2b6cac7017f32a0a04f74e1b6d9f1311 (diff)
downloadgcc-3fe66f7f9f0940cbaf5a21366ecdc6c57360b2f1.zip
gcc-3fe66f7f9f0940cbaf5a21366ecdc6c57360b2f1.tar.gz
gcc-3fe66f7f9f0940cbaf5a21366ecdc6c57360b2f1.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 956e47c..758b130 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-06 Qing Zhao <qing.zhao@oracle.com>
+
+ * c-decl.cc (is_flexible_array_member_p): Call new function
+ strict_flex_array_level_of.
+
2022-11-24 Florian Weimer <fweimer@redhat.com>
PR c/107805