[Bug c/87426] c_parser_unary_expression ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87426 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|
[Bug c/87426] c_parser_unary_expression ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87426 --- Comment #1 from SztfG at yandex dot ru --- reduced testcase int arr[1] ={ 0 }; int test(int a) { return (arr[abs(a)]); }