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

Unified Diff: gcc/gcc/testsuite/gcc.target/arm/mmx-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
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/alpha/cix-2.c ('k') | gcc/gcc/testsuite/gcc.target/arm/neon/polytypes.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
diff --git a/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c b/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
index 21cc47912c0e57842f521959cad1819f682cb1e8..c2eca7f78f591112a9bcc3d19f25a01cdf1c0b38 100644
--- a/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
+++ b/gcc/gcc/testsuite/gcc.target/arm/mmx-1.c
@@ -3,10 +3,10 @@
/* { dg-do compile } */
/* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mcpu=*" } { "-mcpu=iwmmxt" } } */
/* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mabi=*" } { "-mabi=iwmmxt" } } */
-/* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-mfloat-abi=softfp" } { "" } } */
/* { dg-skip-if "Test is specific to the iWMMXt" { arm*-*-* } { "-march=*" } { "-march=iwmmxt" } } */
/* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } */
/* { dg-require-effective-target arm32 } */
+/* { dg-require-effective-target arm_iwmmxt_ok } */
/* { dg-final { scan-assembler "ldmfd\[ ]sp!.*ip,\[ ]*pc" } } */
/* This function uses all the call-saved registers, namely r4, r5, r6,
« no previous file with comments | « gcc/gcc/testsuite/gcc.target/alpha/cix-2.c ('k') | gcc/gcc/testsuite/gcc.target/arm/neon/polytypes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698