Commit 11e57fc6 by Bin Cheng Committed by Bin Cheng

re PR tree-optimization/66797 (FAIL: gcc.dg/tree-ssa/pr65447.c…

re PR tree-optimization/66797 (FAIL: gcc.dg/tree-ssa/pr65447.c scan-tree-dump-not ivopts "\\nuse 5\\n")


	PR tree-optimization/66797
	* gcc.c-torture/execute/pr65447.c: Relax check condition.

From-SVN: r232497
parent 995b6fe0
2016-01-18 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/66797
* gcc.c-torture/execute/pr65447.c: Relax check condition.
2016-01-18 Richard Biener <rguenther@suse.de> 2016-01-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/69170 PR tree-optimization/69170
......
...@@ -50,4 +50,4 @@ void foo (double *p) ...@@ -50,4 +50,4 @@ void foo (double *p)
} }
/* We should groups address type IV uses. */ /* We should groups address type IV uses. */
/* { dg-final { scan-tree-dump-not "\\nuse 5\\n" "ivopts" } } */ /* { dg-final { scan-tree-dump-not "\\nuse 21\\n" "ivopts" } } */
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