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
/
pr67485.c
blob
05098f93fa2b2d701d5acc758b53b755f584206f
1
/* PR middle-end/67485 */
2
3
long int
4
foo
(
long int
x
)
5
{
6
return
x
*
__LONG_MAX__
;
7
}