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

Unified Diff: gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp

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/weak/typeof-2.c ('k') | gcc/gcc/testsuite/gcc.misc-tests/linkage.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
diff --git a/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp b/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
index e9909845c44abfba7370f06cd38600ab23e2aaf2..a9f767cde0a3b3edf18f430c72e4affe86b9e446 100644
--- a/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
+++ b/gcc/gcc/testsuite/gcc.misc-tests/i386-prefetch.exp
@@ -90,6 +90,13 @@ load_lib torture-options.exp
dg-init
torture-init
+if { [board_info target exists multilib_flags]
+ && [string match "* -march=*" " [board_info target multilib_flags] "] } {
+ # Multilib flags come after the -march flags we pass and override
+ # them, so skip these tests when such flags are passed.
+ return
+}
+
set-torture-options $PREFETCH_NONE
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/i386-pf-none-*.c]] ""
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/weak/typeof-2.c ('k') | gcc/gcc/testsuite/gcc.misc-tests/linkage.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698