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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20021119-1.c
blob
d4306b89b999f485385c2099818f8fc64a81bca5
1
/* PR c/8588 */
2
/* Contributed by Volker Reichelt. */
3
4
/* Verify that GCC converts integer constants
5
in shift operations. */
6
7
void
foo
()
8
{
9
unsigned int
i
,
j
;
10
j
= (
i
>>
0xf0
);
11
}