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-64-7.c
blob
9f66d37e0ad68e8038f47d95228d64a4a7dac058
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mlong-double-128 -mlong-double-80 -mlong-double-64" } */
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-not "call\[\\t \]*_?__multf3" } } */