diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-19 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-08-19 00:16:23 +0000 |
commit | 5c265693bfa8e5f205e81c0452d54800334c32a9 (patch) | |
tree | 669e202cfd57d4f0710b5fd32eb4d197dd2663a7 /gcc/c | |
parent | ea2722934fc8238e4a9eb41586ca106448faa940 (diff) | |
download | gcc-5c265693bfa8e5f205e81c0452d54800334c32a9.zip gcc-5c265693bfa8e5f205e81c0452d54800334c32a9.tar.gz gcc-5c265693bfa8e5f205e81c0452d54800334c32a9.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e80c040..7839b9b 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2020-08-18 Jakub Jelinek <jakub@redhat.com> + + PR c/96571 + * c-parser.c (c_parser_generic_selection): Change match_found from bool + to int, holding index of the match. Call mark_exp_read on the selector + expression and on expressions other than the selected one. + 2020-08-01 Richard Sandiford <richard.sandiford@arm.com> PR c/96377 |