]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/ChangeLog
Daily bump.
[thirdparty/gcc.git] / gcc / c / ChangeLog
index e80c0409c2cacd63d0921030c2b5584fd62d63e8..7839b9b6e0189db79aaf6e23e0d11052a33bdc5e 100644 (file)
@@ -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