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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr3074-1.c
blob
4716b79da960a3e2d673197a634d1ad7a31d9108
1
/* PR middle-end/3074 */
2
/* { dg-do compile } */
3
/* { dg-options "-Wall" } */
4
5
void
foo
(
int
a
)
6
{
7
5
* (
a
==
1
) | (
a
==
2
);
/* { dg-warning "no effect" "no effect" } */
8
}
9