aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/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/ChangeLog
parentf4dd9416843308d4ae519983415fe62212662536 (diff)
downloadgcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.zip
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.gz
gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r--gcc/c/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ce85cad..20c97d0 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,15 @@
+2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
+
+ * c-tree.h (std_attribute_table): Declare.
+ * c-decl.cc (std_attribute_table): Change type to
+ scoped_attribute_specs, using...
+ (std_attributes): ...this as the underlying array.
+ (c_init_decl_processing): Remove call to register_scoped_attributes.
+ * c-objc-common.h (c_objc_attribute_table): New global.
+ (LANG_HOOKS_ATTRIBUTE_TABLE): Use it.
+ (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Delete.
+ (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Delete.
+
2023-12-01 Florian Weimer <fweimer@redhat.com>
PR other/44209