Commit b2f2a1c9 by Markus Trippelsdorf

Fix formating of gcc.dg/torture/pr64326.c

From-SVN: r220586
parent 11f3ac49
...@@ -6,25 +6,24 @@ char g; ...@@ -6,25 +6,24 @@ char g;
int int
fn1 () fn1 ()
{ {
return d && c ? 0 : 1; return d && c ? 0 : 1;
} }
int int
fn2 () fn2 ()
{ {
int h; int h;
for (;;) for (;;)
for (; e;) for (; e;)
{ {
int i, j; int i, j;
h = a ? 1 : b; h = a ? 1 : b;
if (h || fn1 () ^ g - 682) if (h || fn1 () ^ g - 682)
{ {
for (i = 0; i < 5; i++) for (i = 0; i < 5; i++)
for (j = 0; j < 2; j++) for (j = 0; j < 2; j++)
f[i][j] = 0; f[i][j] = 0;
return 0; return 0;
} }
} }
} }
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