diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-25 00:18:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-08-25 00:18:19 +0000 |
commit | 6d47c9b418295b2da14577a108bc4c9a0c7f16cf (patch) | |
tree | 0513b9c53c84ad4c583082d42d94424d3d4d1339 /gcc/c | |
parent | 6dd73f0f00f454a05552b008a1d56560bd3f1d4a (diff) | |
download | gcc-6d47c9b418295b2da14577a108bc4c9a0c7f16cf.zip gcc-6d47c9b418295b2da14577a108bc4c9a0c7f16cf.tar.gz gcc-6d47c9b418295b2da14577a108bc4c9a0c7f16cf.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 81d46e8..39ecf02 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,12 @@ +2023-08-24 Richard Sandiford <richard.sandiford@arm.com> + + * c-parser.cc (c_parser_std_attribute): Conditionally allow + two colons to be used in place of ::. + (c_parser_std_attribute_list): New function, split out from... + (c_parser_std_attribute_specifier): ...here. Allow the attribute-list + to start with __extension__. When it does, also allow two colons + to be used in place of ::. + 2023-08-22 Tobias Burnus <tobias@codesourcery.com> * c-parser.cc (c_parser_omp_clause_defaultmap): Parse |