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