diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-02 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-02 00:16:21 +0000 |
commit | 4967ca2f8b2e13324258786a90c46f62abce2b7d (patch) | |
tree | 2577309f92fe110e37d668ecbbab781e0e50ea10 /gcc/c/ChangeLog | |
parent | 8dc5f8529b13709c61690db8c10629a364438eb7 (diff) | |
download | gcc-4967ca2f8b2e13324258786a90c46f62abce2b7d.zip gcc-4967ca2f8b2e13324258786a90c46f62abce2b7d.tar.gz gcc-4967ca2f8b2e13324258786a90c46f62abce2b7d.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 18eeb1b..e80c040 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2020-08-01 Richard Sandiford <richard.sandiford@arm.com> + + PR c/96377 + * c-typeck.c (process_init_element): Split test for whether to + recurse into a record, union or array into... + (initialize_elementwise_p): ...this new function. Don't recurse + into a vector type if the initialization value is also a vector. + 2020-07-31 Richard Biener <rguenther@suse.de> PR debug/96383 |