Commit 00c90ae1 by Andreas Schwab Committed by Andreas Schwab

* gcc.dg/tree-ssa/ldist-22.c (main): Return zero.

From-SVN: r202646
parent cad055a4
2013-09-17 Andreas Schwab <schwab@suse.de>
* gcc.dg/tree-ssa/ldist-22.c (main): Return zero.
2013-09-17 Richard Biener <rguenther@suse.de>
PR tree-optimization/58432
......
......@@ -25,7 +25,7 @@ int main()
abort ();
if (a[0] != 0 || a[101] != 0)
abort ();
return;
return 0;
}
/* { dg-final { scan-tree-dump "generated memset zero" "ldist" } } */
......
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