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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr23075.c
blob
2d85fb0650fd9573df59f6d119df9870be23c3b6
1
/* PR c/23075 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -Wreturn-type" } */
4
5
int
6
foo
(
void
)
7
{
8
return
;
/* { dg-warning "with no value" } */
9
}
/* { dg-bogus "control reaches end" } */
10
11
int
12
bar
(
void
)
13
{
14
}
/* { dg-warning "control reaches end" } */