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
/
pr23165.c
blob
2c63eb160903e7db645996965985a5da43bc64a3
1
/* { dg-do compile } */
2
/* { dg-options "-Wextra" } */
3
void
foo
(
void
)
4
{
5
if
(
0
)
6
a
: ;
/* { dg-warning "empty body in an if-statement" } */
7
8
9
}