aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/20050316-2.x
blob: f5b4aaae3d9696c8f426f031810b6bc9771656ad (plain)
1
2
3
4
5
6
7
8
9
# This testcase generates MMX instructions together with x87 instructions.
# Currently, there is no "emms" generated to switch between register sets,
# so the testcase fails for targets where MMX insns are enabled.

if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
	set additional_flags "-mno-mmx"
}

return 0