https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833
Kerem Kat changed:
What|Removed |Added
CC||keremkat+gcc at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833
--- Comment #4 from Kerem Kat ---
Please assign to me.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412
Kerem Kat changed:
What|Removed |Added
CC||keremkat+gcc at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833
--- Comment #6 from Kerem Kat ---
Created attachment 47569
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47569&action=edit
fix ice
PR c/92833
* parser.c (c_parser_consume_token): Fix peeked
token stack pop to support 4 available tokens.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412
--- Comment #8 from Kerem Kat ---
^ correction> not reproducible with 9.2.1, reproducible with gcc-10 trunk as:
$ gcc z1.c
79412-ice.c:6:5: error: conflicting types for ‘a’
6 | int a[] = {2};
| ^
79412-ice.c:1:5: note: previous dec