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.dg
/
pr37985.c
blob
93e640b4a36617818dcb7bd07cb7b840c1a7c107
1
/* PR c37985 */
2
/* { dg-do compile } */
3
/* { dg-options " -Wall -Wextra " } */
4
unsigned char
foo
(
unsigned char
a
)
5
{
6
a
>>
2
;
/* { dg-warning "no effect" } */
7
return
a
;
8
}