Commit 482b2e5b by H.J. Lu Committed by H.J. Lu

Add -mno-mmx to x86 in gcc.dg/torture/stackalign/stackalign.exp.

2010-02-26  H.J. Lu  <hongjiu.lu@intel.com>

	PR testsuite/37074:
	* gcc.dg/torture/stackalign/stackalign.exp: Add -mno-mmx to x86.

From-SVN: r157089
parent 2f816591
2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
PR testsuite/37074:
* gcc.dg/torture/stackalign/stackalign.exp: Add -mno-mmx to x86.
2010-02-26 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43188
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment