aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/amd64-abi-1.c
blob: d3df77a49fc64d67dedd2591fd6bb8dbe4e5c76b (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-mno-sse" } */

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