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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
long-double-128-5.c
blob
fb32c5b7e208ea081a3dfcef0c99274e7577c1ee
1
/* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
2
/* { dg-options "-O2 -mlong-double-128 -mandroid" } */
3
4
long double
5
foo
(
long double
x
)
6
{
7
return
x
*
x
;
8
}
9
10
/* { dg-final { scan-assembler-not "fldt" } } */
11
/* { dg-final { scan-assembler "call\[\\t \]*_?__multf3" } } */