[Bug c/87426] c_parser_unary_expression ICE

SztfG at yandex dot ru gcc-bugzilla@gcc.gnu.org
Mon Sep 24 21:00:00 GMT 2018


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)]);
}


More information about the Gcc-bugs mailing list