Commit 5334f733 by Richard Biener Committed by Richard Biener

fold-reassoc-2.c: Fix dump scan.

2016-09-15  Richard Biener  <rguenther@suse.de>

	* gcc.dg/fold-reassoc-2.c: Fix dump scan.

From-SVN: r240154
parent d08615f2
2016-09-15 Richard Biener <rguenther@suse.de> 2016-09-15 Richard Biener <rguenther@suse.de>
* gcc.dg/fold-reassoc-2.c: Fix dump scan.
2016-09-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/77514 PR tree-optimization/77514
* gcc.dg/torture/pr77514.c: New testcase. * gcc.dg/torture/pr77514.c: New testcase.
......
...@@ -10,4 +10,4 @@ int bar (int i) ...@@ -10,4 +10,4 @@ int bar (int i)
return (i + 2) + ~i; return (i + 2) + ~i;
} }
/* { dg-final { scan-tree-dump "return 1;" "original" } } */ /* { dg-final { scan-tree-dump-times "return 1;" 2 "original" } } */
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