Hello!

The testcase still fails on x86_64-pc-linux-gnu with:

FAIL: gcc.dg/tree-ssa/vrp68.c scan-tree-dump-times vrp1 "link_error" 1

since there are two calls to link_error.

2012-06-17  Uros Bizjak  <ubiz...@gmail.com>

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

Committed to mainline SVN.

Uros.
Index: gcc.dg/tree-ssa/vrp68.c
===================================================================
--- gcc.dg/tree-ssa/vrp68.c     (revision 188702)
+++ gcc.dg/tree-ssa/vrp68.c     (working copy)
@@ -19,6 +19,6 @@
    merging [1, 5] with ~[0, 6] so the first VRP pass can only eliminate
    the ~[0, 0] check as redundant.  */
 
-/* { dg-final { scan-tree-dump-times "vrp1" 0 "link_error" { xfail *-*-* } } } 
*/
-/* { dg-final { scan-tree-dump-times "vrp1" 1 "link_error" } } */
+/* { dg-final { scan-tree-dump-times "link_error" 0 "vrp1" { xfail *-*-* } } } 
*/
+/* { dg-final { scan-tree-dump-times "link_error" 1 "vrp1" } } */
 /* { dg-final { cleanup-tree-dump "vrp1" } } */

Reply via email to