diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-20 00:16:40 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-05-20 00:16:40 +0000 |
commit | 5df01f89b7f49c2750de4acf3a9b93a08210c627 (patch) | |
tree | d235a39581bd153025700dd611d4057153c43c7c /gcc/c | |
parent | 97a36b466ba1420210294f0a1dd7002054ba3b7e (diff) | |
download | gcc-5df01f89b7f49c2750de4acf3a9b93a08210c627.zip gcc-5df01f89b7f49c2750de4acf3a9b93a08210c627.tar.gz gcc-5df01f89b7f49c2750de4acf3a9b93a08210c627.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index ee2f0ce..df94b81 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,19 @@ +2023-05-19 Martin Uecker <uecker@tugraz.at> + + * c-decl.cc (set_type_context): Remove. + (pop_scope, diagnose_mismatched_decls, pushdecl): + Remove dead code. + * c-typeck.cc (comptypes_internal): Remove dead code. + (same_translation_unit_p): Remove. + (tagged_types_tu_compatible_p): Some fixes. + +2023-05-19 Joseph Myers <joseph@codesourcery.com> + + * c-decl.cc (diagnose_mismatched_decls): Do not handle + thread-local declarations as tentative definitions for C2x. + (finish_decl): Do not allow thread-local definition with + incomplete type for C2x. + 2023-05-18 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * c-convert.cc (c_convert): Ditto. |