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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr80100.c
blob
0d462be30aa6af3c65286ea32820bbd430de98b8
1
/* PR middle-end/80100 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
long int
6
foo
(
long int
x
)
7
{
8
return
2L
| ((
x
-
1L
) >> (
__SIZEOF_LONG__
*
__CHAR_BIT__
-
1
));
9
}