diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-30 00:17:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-11-30 00:17:38 +0000 |
commit | 31d8cf17ca4537e35bc7507ff1d9dfce077c0c68 (patch) | |
tree | 30a37df84592ddcc3706e6a700a5e60f48341e30 /gcc/c | |
parent | cbf2369f3b545e0187fe2e659c764fabf75bb479 (diff) | |
download | gcc-31d8cf17ca4537e35bc7507ff1d9dfce077c0c68.zip gcc-31d8cf17ca4537e35bc7507ff1d9dfce077c0c68.tar.gz gcc-31d8cf17ca4537e35bc7507ff1d9dfce077c0c68.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e5ac210..53e9602 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,14 @@ +2023-11-29 Alexandre Oliva <oliva@adacore.com> + + * c-typeck.cc (convert_lvalue_to_rvalue): Decay hardbools. + * c-convert.cc (convert): Convert to hardbool through + truthvalue. + * c-decl.cc (check_bitfield_type_and_width): Skip enumeral + truncation warnings for hardbool. + (finish_struct): Propagate hardbool attribute to bitfield + types. + (digest_init): Convert to hardbool. + 2023-11-28 Jason Merrill <jason@redhat.com> PR c++/94264 |