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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr28322.c
blob
99872fca8ee5fec00d8ac3777ed4436e2b9db16f
1
/* PR28322: ignore unknown -Wno-* if no warning is emitted. */
2
/* { dg-do compile } */
3
/* { dg-options " -Wno-foobar -Wno-div-by-zero" } */
4
5
void
foo
(
void
)
6
{
7
int
i
=
1
/
0
;
8
}