repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pr3074-1.c
blob
c2258d57bb1fbaab896b5dcc9bb4609c759cead5
1
/* PR middle-end/3074 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wall" } */
4
5
void
foo
()
6
{
7
int
a
;
8
5
* (
a
==
1
) | (
a
==
2
);
/* { dg-warning "no effect" "no effect" } */
9
}
10