[Bug c/92833] ice for broken C code

2019-12-30 Thread keremkat+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833 Kerem Kat changed: What|Removed |Added CC||keremkat+gcc at gmail dot com --- Comment

[Bug c/92833] ice for broken C code

2019-12-30 Thread keremkat+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92833 --- Comment #4 from Kerem Kat --- Please assign to me.

[Bug c/79412] [8/9/10 Regression] ICE in fold_convert_loc, at fold-const.c:2239

2019-12-30 Thread keremkat+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79412 Kerem Kat changed: What|Removed |Added CC||keremkat+gcc at gmail dot com --- Comment

[Bug c/92833] ice for broken C code

2019-12-30 Thread keremkat+gcc at gmail dot com
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.

[Bug c/79412] [8/9/10 Regression] ICE in fold_convert_loc, at fold-const.c:2239

2019-12-30 Thread keremkat+gcc at gmail dot com
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