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
Fix file cache tunables documentation
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr101858.c
blob
61fcca60982cfdf36128364eacb53b4131fb2fc2
1
/* { dg-do compile } */
2
/* { dg-options "-w" } */
3
4
int
foo
(
int
a
)
5
{
6
if
(
a
< (
int
*)((
__INTPTR_TYPE__
)
1
<<
a
))
7
a
=
0
;
8
return
a
;
9
}