diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-14 00:16:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-14 00:16:38 +0000 |
commit | 77f67db2a4709388b905397421bd3a851fbbf884 (patch) | |
tree | b199105e2f43a8dc382368ab5714157b988e1283 /gcc/c | |
parent | 4d039cb9a1d0ffc6910fe09b726c3561b64527dc (diff) | |
download | gcc-77f67db2a4709388b905397421bd3a851fbbf884.zip gcc-77f67db2a4709388b905397421bd3a851fbbf884.tar.gz gcc-77f67db2a4709388b905397421bd3a851fbbf884.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index a16dba4..289a426 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,21 @@ +2020-11-13 Vladimir N. Makarov <vmakarov@redhat.com> + + * c-parser.c (c_parser_asm_statement): Parse outputs for asm + goto too. + * c-typeck.c (build_asm_expr): Remove an assert checking output + absence for asm goto. + +2020-11-13 Jakub Jelinek <jakub@redhat.com> + + * c-typeck.c (c_finish_omp_clauses): Don't clear + OMP_CLAUSE_REDUCTION_INSCAN unless reduction_seen == -2. + +2020-11-13 Iain Sandoe <iain@sandoe.co.uk> + + PR objc/77404 + * c-parser.c (c_parser_objc_class_definition): Pass the + location of the class name to the interface declaration. + 2020-11-10 Strager Neds <strager.nds@gmail.com> * c-decl.c (merge_decls): Use new overload of |