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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr21282.c
blob
427e39385011423e47d1bbe93a3081ccef3d71e7
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
4
extern
double
floor
(
double
);
5
6
long
foo
(
float
f
)
7
{
8
return
(
long
)
floor
(
f
);
9
}