aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 7095ebb..2dea2b7 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2022-08-31 Joseph Myers <joseph@codesourcery.com>
+
+ * c-parser.cc (c_parser_label): Pass attributes to do_case.
+ * c-typeck.cc (do_case): Add argument ATTRS. Pass it to
+ c_add_case_label.
+
2022-08-26 Jakub Jelinek <jakub@redhat.com>
* c-typeck.cc (convert_arguments): Handle BUILT_IN_ISSIGNALING.