diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-08-11 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-08-11 00:16:27 +0000 |
commit | 3ae564ea7410e99e533bc87f999a04b2647c831d (patch) | |
tree | c923e70c8e0661e55b58231b8ac99c572d9cd106 /gcc/c | |
parent | d796cc7a3e719cc36f1851ca322e2877b974691b (diff) | |
download | gcc-3ae564ea7410e99e533bc87f999a04b2647c831d.zip gcc-3ae564ea7410e99e533bc87f999a04b2647c831d.tar.gz gcc-3ae564ea7410e99e533bc87f999a04b2647c831d.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 6f15b0f..74ab186 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2021-08-10 Martin Uecker <muecker@gwdg.de> + + PR c/29970 + * c-typeck.c (c_expr_sizeof_expr): Evaluate + size expressions for structs of variable size. + 2021-08-06 Tamar Christina <tamar.christina@arm.com> * c-decl.c (c_simulate_enum_decl): Pass vec<> by pointer. |