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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
divdf.c
blob
5ea89ae3ddc338656ca4654028204e6893d4fbcb
1
double
2
foo
(
float
a
,
float
b
)
3
{
4
return
(
double
)
a
/ (
double
)
b
;
5
}