https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309
--- Comment #2 from Marek Polacek ---
Another testcase:
int *
fn (int *A, int n, int m)
{
A[n:m] *= 2;
return A;
}
I think this is about missing mark_exp_read in c_parser_array_notation.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58309
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|