projects
/
platform
/
upstream
/
gcc48.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove unused files
[platform/upstream/gcc48.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr40861.c
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
int foo(int i)
5
{
6
return (1LL >> 128 * i) && i;
7
}