diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-12-03 00:16:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-12-03 00:16:41 +0000 |
commit | 04d4a4943a445e2c83f20cebc95b6c2aac3305e6 (patch) | |
tree | 0af4d647cefa8d2bfa5d6a94f38bb327a38d62f0 /gcc/c-family/ChangeLog | |
parent | f4dd9416843308d4ae519983415fe62212662536 (diff) | |
download | gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.zip gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.gz gcc-04d4a4943a445e2c83f20cebc95b6c2aac3305e6.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 1863d68..c7265b8 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. |