https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714
--- Comment #6 from Martin Liška ---
Fixed on 7-branch by r253931.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714
--- Comment #5 from Martin Liška ---
Reduced test-case:
$ cat pr82714.c
enum
{
a, b, c, d, e, f, g, h, j, k
};
int l;
void m (int *s)
{
short n, o, p;
float(*q)[k];
int r, i;
while (l > 0)
r = l;
for (;;)
{
i = 0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714
Martin Liška changed:
What|Removed |Added
Keywords||ice-on-valid-code
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82714
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|