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

Unified Diff: gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.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
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-6.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c
diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c
index b88a1e58af69cfb45e017f20b48800c87d6ed2dc..85800588dc2b628a5df8fbc9d334ad090e37761b 100644
--- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c
+++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-3.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-lim-details" } */
+/* { dg-options "-O -fdump-tree-lim-details" } */
struct { int x; int y; } global;
void foo(int n)
@@ -9,6 +9,6 @@ void foo(int n)
global.y += global.x*global.x;
}
-/* { dg-final { scan-tree-dump "Executing store motion of global.y" "lim" } } */
-/* { dg-final { scan-tree-dump "Moving statement.*global.x.*out of loop 1" "lim" } } */
-/* { dg-final { cleanup-tree-dump "lim" } } */
+/* { dg-final { scan-tree-dump "Executing store motion of global.y" "lim1" } } */
+/* { dg-final { scan-tree-dump "Moving statement.*global.x.*out of loop 1" "lim1" } } */
+/* { dg-final { cleanup-tree-dump "lim\[1-2\]" } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-2.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-6.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698