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

Unified Diff: gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.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
Index: gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
diff --git a/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp b/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
index 3574e4dc891dcf70bfb5c58eb9f0ba24ed6127d2..ef45dbe4d03ef9cd37c7f3c68aeaca979cd4433e 100644
--- a/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
+++ b/gcc/gcc/testsuite/gcc.dg/torture/stackalign/stackalign.exp
@@ -28,6 +28,7 @@ set additional_flags ""
if { [istarget i?86*-*-*] || [istarget x86_64-*-*] } then {
lappend additional_flags "-mstackrealign"
lappend additional_flags "-mpreferred-stack-boundary=5"
+ lappend additional_flags "-mno-mmx"
}
dg-init
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/torture/stackalign/alloca-3.c ('k') | gcc/gcc/testsuite/gcc.dg/tree-ssa/20030728-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698