Commit e4e6a4af by Jakub Jelinek

re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu)

	PR tree-optimization/59387
	* gcc.c-torture/execute/pr59387.c: New test.

From-SVN: r206678
parent 8f21260c
/* PR tree-optimization/59387 */
int a, *d, **e = &d, f;
char c;
struct S { int f1; } b;
int
main ()
{
for (a = -19; a; a++)
{
for (b.f1 = 0; b.f1 < 24; b.f1++)
c--;
*e = &f;
if (!d)
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