summaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ea25ddb8854..b0fef44e35f 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,8 @@
+2022-04-08 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/105149
+ * c-typeck.cc (c_build_va_arg): Reject function types.
+
2022-03-22 Marek Polacek <polacek@redhat.com>
PR c/82283