repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
amd64-abi-1.c
blob
5ce4fe151f0a59e5b5a82714be52852c449f7871
1
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2
/* { dg-options "-mno-sse" } */
3
4
double
foo
(
void
) {
return
0
; }
/* { dg-error "SSE disabled" } */
5
void
bar
(
double
x
) { }