diff options
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 0421c98..2e88f20 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,18 @@ +2020-12-03 Martin Sebor <msebor@redhat.com> + + PR c++/90629 + PR middle-end/94527 + * c-attribs.c (handle_dealloc_attribute): New function. + (handle_malloc_attribute): Handle argument forms of attribute. + * c.opt (-Wmismatched-dealloc): New option. + (-Wmismatched-new-delete): New option. + +2020-12-03 Jakub Jelinek <jakub@redhat.com> + + PR libstdc++/93121 + * c-common.h (enum rid): Add RID_BUILTIN_BIT_CAST. + * c-common.c (c_common_reswords): Add __builtin_bit_cast. + 2020-12-01 JeanHeyd Meneide <phdofthehouse@gmail.com> * c-cppbuiltin.c (c_cpp_builtins): Add predefined |