Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
index 1ad2c63653c972865bcbd9933cb79227c92ffab4..f884736a1c935a6f0484be3e77cf96441e748196 100644
--- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
+++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-final_cleanup" } */
+/* { dg-options "-O2 -fdump-rtl-expand-details" } */
union tree_node;
@@ -42,6 +42,6 @@ objects_must_conflict_p (t1, t2)
}
/* There should be two assignments of variables to the value zero. */
-/* { dg-final { scan-tree-dump-times " = 0" 2 "final_cleanup"} } */
+/* { dg-final { scan-rtl-dump-times "PART.. = 0" 2 "expand"} } */
-/* { dg-final { cleanup-tree-dump "final_cleanup" } } */
+/* { dg-final { cleanup-rtl-dump "expand" } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/20030824-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698