aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/amd64-abi-1.c
blob: 8988f79c73d4f0e11b2ab444c4f3c32ae14e5b14 (plain)
1
2
3
4
5
6
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-mno-sse" } */
/* { dg-additional-options "-mabi=sysv" { target *-*-mingw* } } */

double foo(void) { return 0; }	/* { dg-error "SSE disabled" } */
void bar(double x) { }