repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
amd64-abi-2.c
blob
fefc88a4e8931130774198e23f215ec0879db0bd
1
/* PR target/26223 */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target lp64 } */
4
/* { dg-options "-mno-80387" } */
5
long double
foo
(
long double
x
) {
return
x
; }
/* { dg-error "x87 disabled" } */
6
long double
bar
(
long double
x
) {
return
x
; }
7