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
Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pr23075.C
blob
59e93be48f84fc0d3a240685979e035658d2bb3b
1
// PR c/23075
2
// { dg-do compile }
3
// { dg-options "-O2 -Wreturn-type" }
4
5
int
6
foo (void)
7
{
8
return; // { dg-error "with no value" }
9
} // { dg-bogus "no return statement" }