aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-12-03 00:16:41 +0000
commit04d4a4943a445e2c83f20cebc95b6c2aac3305e6 (patch)
tree0af4d647cefa8d2bfa5d6a94f38bb327a38d62f0 /gcc/c-family/ChangeLog
parentf4dd9416843308d4ae519983415fe62212662536 (diff)
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 1863d6873f1..c7265b86138 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,16 @@
+2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
+
+ * c-common.h (c_common_attribute_table): Replace with...
+ (c_common_gnu_attribute_table): ...this.
+ (c_common_format_attribute_table): Change type to
+ scoped_attribute_specs.
+ * c-attribs.cc (c_common_attribute_table): Replace with...
+ (c_common_gnu_attributes, c_common_gnu_attribute_table): ...these
+ new globals.
+ (c_common_format_attribute_table): Change type to
+ scoped_attribute_specs, using...
+ (c_common_format_attributes): ...this as the underlying array.
+
2023-12-01 Florian Weimer <fweimer@redhat.com>
* c.opt (Wdeclaration-missing-parameter-type): New.