Commit 3def9a97 by Kirill Yukhin

pr61391.c: Fix test.

gcc/testsuite/
	* gcc.dg/torture/pr61391.c: Fix test.

From-SVN: r211298
parent ddbb449f
......@@ -7,7 +7,7 @@ int i;
void
p(void)
{
int c[2] = { 0 };
int c[3] = { 0 };
for (h = 0; h < 2; ++h) {
static int *l = &h;
int t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment