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
/
20000405-2.c
blob
0b8559f143664e954add4435b0f50a18721d409d
1
extern
void
foo
(
int
);
2
3
void
bar
(
unsigned long
l
)
4
{
5
foo
(
l
==
0
);
6
}