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
/
20080820-1.c
blob
a4d4375ad2ee1bb085e3fa076f04aeb232983306
1
extern
unsigned long
volatile
jiffies
;
2
void
do_timer
(
void
)
3
{
4
(*(
unsigned long
*)&
jiffies
)++;
5
}