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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr23547.c
blob
210fae7ef85e825889a1d9d47825aea0d899612f
1
/* { dg-do compile } */
2
/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
3
void
foo
()
4
{
5
void
bar
()
6
{
7
bar
();
8
}
9
}
10
11
void
foo1
(
int
i
)
12
{
13
void
bar
(
char
c
[
1
][
i
]) { }
14
}