Commit 413c3530 by Uros Bizjak

vrp68.c: Fix scan-tree-dump-times argument order.

	* gcc.dg/tree-ssa/vrp68.c: Fix scan-tree-dump-times argument order.

From-SVN: r188703
parent 9fddbc10
2012-06-06 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/tree-ssa/vrp68.c: Fix scan-tree-dump-times argument order.
2012-06-16 Tobias Burnus <burnus@net-b.de> 2012-06-16 Tobias Burnus <burnus@net-b.de>
PR fortran/53642 PR fortran/53642
......
...@@ -19,6 +19,6 @@ int main() { } ...@@ -19,6 +19,6 @@ int main() { }
merging [1, 5] with ~[0, 6] so the first VRP pass can only eliminate merging [1, 5] with ~[0, 6] so the first VRP pass can only eliminate
the ~[0, 0] check as redundant. */ the ~[0, 0] check as redundant. */
/* { dg-final { scan-tree-dump-times "vrp1" 0 "link_error" { xfail *-*-* } } } */ /* { dg-final { scan-tree-dump-times "link_error" 0 "vrp1" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "vrp1" 1 "link_error" } } */ /* { dg-final { scan-tree-dump-times "link_error" 1 "vrp1" } } */
/* { dg-final { cleanup-tree-dump "vrp1" } } */ /* { dg-final { cleanup-tree-dump "vrp1" } } */
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