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

Unified Diff: gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.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.target/sh/sh4a-bitmovua.c ('k') | gcc/gcc/testsuite/gcc.target/sparc/fpmerge-2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.c
diff --git a/gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.c b/gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.c
index e8b0970fedfd15f86955ca851cc59e26557d9fd3..c37b806c9324e9b4e22b01534e8e7b87ae7f6fdf 100644
--- a/gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.c
+++ b/gcc/gcc/testsuite/gcc.target/sparc/fexpand-2.c
@@ -1,5 +1,5 @@
/* { dg-do compile } */
-/* { dg-options "-O1 -fdump-tree-final_cleanup -mcpu=ultrasparc -mvis" } */
+/* { dg-options "-O1 -mcpu=ultrasparc -mvis -fdump-tree-optimized" } */
typedef short vec16 __attribute__((vector_size(8)));
typedef unsigned char vec8 __attribute__((vector_size(4)));
@@ -8,5 +8,5 @@ vec16 foo () {
return __builtin_vis_fexpand (a);
}
-/* { dg-final { scan-tree-dump "{ 16, 32, 64, 128 }" "final_cleanup" } } */
-/* { dg-final { cleanup-tree-dump "final_cleanup" } } */
+/* { dg-final { scan-tree-dump "{ 16, 32, 64, 128 }" "optimized" } } */
+/* { dg-final { cleanup-tree-dump "optimized" } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c ('k') | gcc/gcc/testsuite/gcc.target/sparc/fpmerge-2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698