Skip to content
Snippets Groups Projects
Commit 7a2e232f authored by Jan Hubicka's avatar Jan Hubicka
Browse files

Add testcase for PR110940

gcc/testsuite/ChangeLog:
	PR middle-end/110940
	* gcc.c-torture/compile/pr110940.c: New test.
parent 4beacf3c
No related branches found
No related tags found
No related merge requests found
int a, b[1], c, *d = &a, e, f, g, h, i, j;
extern int l();
int main() {
if (l())
for (;;)
for (; g;)
for (; e;)
for (; a;)
for (; f;)
for (; h;)
for (; i;)
for (; c;)
for (; j;)
;
l();
for (; c; c++)
b[*d] = 0;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment