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
/
pr89211.c
blob
cf721aa5f622cd15eb846523a4f6987f857fde58
1
/* PR c/89211 */
2
/* { dg-do compile } */
3
4
void
foo
();
5
void
foo
()
6
{
7
void
foo
(
struct
S
);
/* { dg-warning "declared inside parameter list" } */
8
}