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
/
20031112-1.c
blob
466b29edf698d7e9c4ec028dda28ef1222cd43ad
1
extern
__inline
int
__finite
(
double
__value
) {
return
0
; }
2
extern
__typeof
(
__finite
)
__finite
__asm__
(
""
"__GI___finite"
);