diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-11 00:17:01 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-02-11 00:17:01 +0000 |
commit | 67d5b10e659c3f4c02b8af507c84d5e764e264b4 (patch) | |
tree | 4e563b53d37d1a73b7cdc8cec7b9d7913c338d53 /gcc/c-family | |
parent | 93e1559bea434a681208e5e7a21513d7da2844d6 (diff) | |
download | gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.zip gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.tar.gz gcc-67d5b10e659c3f4c02b8af507c84d5e764e264b4.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 6741eb5..11589f4 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,23 @@ +2024-02-10 Marek Polacek <polacek@redhat.com> + + DR 2237 + PR c++/107126 + PR c++/97202 + * c-opts.cc (c_common_post_options): In C++20 or with -Wc++20-compat, + turn on -Wtemplate-id-cdtor. + * c.opt (Wtemplate-id-cdtor): New. + +2024-02-10 Jakub Jelinek <jakub@redhat.com> + + * c-format.cc (gcc_diag_length_specs): Add t and z modifiers. + (PP_FORMAT_CHAR_TABLE, gcc_gfc_char_table): Add entries for t and + z modifiers. + +2024-02-10 Jakub Jelinek <jakub@redhat.com> + + * c-ada-spec.cc (dump_template_types): Use HOST_SIZE_T_PRINT_UNSIGNED + and casts to fmt_size_t instead of "%lu" and casts to unsigned long. + 2024-02-01 Lewis Hyatt <lhyatt@gmail.com> PR preprocessor/105608 |