diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-10 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-10 00:16:28 +0000 |
commit | 8cc4f9cd824d195178632569c749f96b306475f9 (patch) | |
tree | acb75094f5b0db48a327387b289ec1631e000a3b /gcc/c | |
parent | 65857caee8ccfac5007a9fd0e5f18cce5e5fe934 (diff) | |
download | gcc-8cc4f9cd824d195178632569c749f96b306475f9.zip gcc-8cc4f9cd824d195178632569c749f96b306475f9.tar.gz gcc-8cc4f9cd824d195178632569c749f96b306475f9.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 8f6bf71..e97a42b 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,16 @@ +2022-03-09 Joseph Myers <joseph@codesourcery.com> + + * c-typeck.cc (function_types_compatible_p): Do not handle C2X + differently from earlier standards for unprototyped function type + compatibility. + +2022-03-09 Jakub Jelinek <jakub@redhat.com> + + PR c/104711 + * c-fold.cc (c_fully_fold_internal): Don't emit + -Wshift-negative-value warning if TYPE_OVERFLOW_WRAPS. + * c-typeck.cc (build_binary_op): Likewise. + 2022-03-07 Jakub Jelinek <jakub@redhat.com> * c-parser.cc (c_parser_omp_clause_map): Add missing space in string |