* gcc.dg/pr30172-1.c: Clean up gimple tree dump.
* gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
* gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
* gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
* gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
* gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
* gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
* gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
* gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
* gcc.dg/tree-ssa/pr25501.c: Ditto.
* gcc.dg/fold-compare-2.c: Clean up vrp dump files.
* gcc.dg/vect/vect-recip.c: Clean up vect dump file.
* gcc.dg/vect/pr28952.c: Ditto.
* gcc.dg/vect/pr27151.c: Ditto.
* gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
* g++.dg/gomp/macro-3.C: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121739
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-02-09 Uros Bizjak <ubizjak@gmail.com>
+
+ * gcc.dg/pr26570.c: Clean up coverage files.
+ * gcc.dg/pr30172-1.c: Clean up gimple tree dump.
+ * gcc.dg/lower-subreg-1.c: Clean up subreg rtl dump file.
+ * gcc.dg/tree-ssa/tailrecursion-1.c: Clean up all tailr dump files.
+ * gcc.dg/tree-ssa/tailrecursion-2.c: Ditto.
+ * gcc.dg/tree-ssa/tailrecursion-3.c: Ditto.
+ * gcc.dg/tree-ssa/tailrecursion-4.c: Ditto.
+ * gcc.dg/tree-ssa/pr21658.c: Clean up all ccp dump files.
+ * gcc.dg/tree-ssa/pr21829.c: Clean up all phicprop dump files.
+ * gcc.dg/tree-ssa/pr15349.c: Clean up all mergephi dump files.
+ * gcc.dg/tree-ssa/pr25501.c: Ditto.
+ * gcc.dg/fold-compare-2.c: Clean up vrp dump files.
+ * gcc.dg/vect/vect-recip.c: Clean up vect dump file.
+ * gcc.dg/vect/pr28952.c: Ditto.
+ * gcc.dg/vect/pr27151.c: Ditto.
+ * gcc.dg/gomp/macro-3.c: Clean up omplower dump file.
+ * g++.dg/gomp/macro-3.C: Ditto.
+
2007-02-08 Uros Bizjak <ubizjak@gmail.com>
* gcc.dg/vect/vect-strided-same-dr.c (main): Fix terminate condition
}
// { dg-final { scan-tree-dump-times "#pragma omp parallel" 4 "omplower" } }
+// { dg-final { cleanup-tree-dump "omplower" } }
}
/* { dg-final { scan-tree-dump-times "Removing basic block" 1 "vrp1" } } */
+/* { dg-final { cleanup-tree-dump "vrp\[1-2\]" } } */
+
}
/* { dg-final { scan-tree-dump-times "#pragma omp parallel" 4 "omplower" } } */
+/* { dg-final { cleanup-tree-dump "omplower" } } */
long long test (long long a, long long b) { return a | b; }
/* { dg-final { scan-rtl-dump "Splitting reg" "subreg" } } */
-/* { dg-final { cleanup-tree-dump "subreg" } } */
+/* { dg-final { cleanup-rtl-dump "subreg" } } */
{
return a / b;
} /* { dg-warning "execution counts estimated" } */
+
+/* { dg-final { cleanup-coverage-files } } */
/* { dg-final { scan-tree-dump "COMPLEX_EXPR <x, y>" "gimple" } } */
/* { dg-final { scan-tree-dump "D.* = -y;\n.*COMPLEX_EXPR <D.*, x>" "gimple" } } */
/* { dg-final { scan-tree-dump "D.* = -x;\n.*COMPLEX_EXPR <y, D.*>" "gimple" } } */
-/* { dg-final { cleanup-tree-dump "original" } } */
+/* { dg-final { cleanup-tree-dump "gimple" } } */
}
/* { dg-final { scan-tree-dump-times "PHI" 1 "mergephi2"} } */
-/* { dg-final { cleanup-tree-dump "mergephi2" } } */
+/* { dg-final { cleanup-tree-dump "mergephi\[1-2\]" } } */
}
/* { dg-final { scan-tree-dump-times "Folded statement: if " 1 "ccp1"} } */
-/* { dg-final { cleanup-tree-dump "ccp1" } } */
+/* { dg-final { cleanup-tree-dump "ccp\[1-2\]" } } */
}
/* { dg-final { scan-tree-dump-times "Original statement:.*% 2\[ \t\n]*Updated statement.*=1" 0 "phicprop3" } } */
-/* { dg-final { cleanup-tree-dump "phicprop3" } } */
+/* { dg-final { cleanup-tree-dump "phicprop\[1-3\]" } } */
}
/* { dg-final { scan-tree-dump-times "Removing basic block" 0 "mergephi1"} } */
-/* { dg-final { cleanup-tree-dump "mergephi" } } */
+/* { dg-final { cleanup-tree-dump "mergephi\[1-2\]" } } */
return 0;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
-/* { dg-final { cleanup-tree-dump "tailr1" } } */
+/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */
return 0;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
-/* { dg-final { cleanup-tree-dump "tailr1" } } */
+/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */
return r;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 1 "tailr1"} } */
-/* { dg-final { cleanup-tree-dump "tailr1" } } */
+/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */
return r;
}
/* { dg-final { scan-tree-dump-times "Eliminated tail recursion" 2 "tailr1"} } */
-/* { dg-final { cleanup-tree-dump "tailr1" } } */
+/* { dg-final { cleanup-tree-dump "tailr\[1-2\]" } } */
vs_data[i] = (vis_type == 1);
}
}
+
+/* { dg-final { cleanup-tree-dump "vect" } } */
lsend_packet_spaceship_info (&info);
}
-
+/* { dg-final { cleanup-tree-dump "vect" } } */
qcm[i] = qc[i]/a;
}
}
+
+/* { dg-final { cleanup-tree-dump "vect" } } */