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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wall.c
blob
86a359b49cd55ca8992929bbc836fd9f82c80db0
1
/* PR 30437: Test -Wall
2
Don't change this without changing Wno-all.c as well. */
3
/* { dg-do compile } */
4
/* { dg-options "-Wall" } */
5
6
void
foo
()
7
{
8
int
a
;
9
5
* (
a
==
1
) | (
a
==
2
);
/* { dg-warning "no effect" "no effect" } */
10
}