diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-07 00:16:39 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-07 00:16:39 +0000 |
commit | 44cab2d8fd777450953ee1c1dfeba6f67db13869 (patch) | |
tree | 469844211e5522b7059c363941b1353d21e8bb60 /gcc/c | |
parent | 1a0f964e4d100a39eb388ea68b71d870f5de2049 (diff) | |
download | gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.zip gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.tar.gz gcc-44cab2d8fd777450953ee1c1dfeba6f67db13869.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 43a9c58..933b343 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,25 @@ +2020-11-06 Iain Sandoe <iain@sandoe.co.uk> + + * c-parser.c (c_parser_objc_at_property_declaration): + Improve parsing fidelity. Associate better location info + with @property attributes. Clean up the interface to + objc_add_property_declaration (). + +2020-11-06 Nathan Sidwell <nathan@acm.org> + + * c-decl.c (diagnose_mismatched_decls): Rename + DECL_IS_BUILTIN->DECL_IS_UNDECLARED_BUILTIN. + (warn_if_shadowing, implicitly_declare, names_builtin_p) + (collect_source_refs): Likewise. + * c-typeck.c (inform_declaration, inform_for_arg) + (convert_for_assignment): Likewise. + +2020-11-06 Tobias Burnus <tobias@codesourcery.com> + + * c-parser.c (c_parser_omp_atomic): Add openacc parameter and update + OpenACC matching. + (c_parser_omp_construct): Update call. + 2020-11-04 Jakub Jelinek <jakub@redhat.com> PR c++/97670 |