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
AArch64: Remove duplicated addr_cost tables
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr67929_1.c
blob
ae6cfbf3378d7d3517b3d899c3ee8bbecb03580f
1
int
__attribute__
((
noinline
,
noclone
))
2
foo
(
float
a
)
3
{
4
return
a
*
4.9
f
;
5
}
6
7
8
int
9
main
(
void
)
10
{
11
if
(
foo
(
10.0
f
) !=
49
)
12
__builtin_abort
();
13
14
return
0
;
15
}