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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr23408.c
blob
b552e233604ddb16138b6b65ecee32486cb2687d
1
/* { dg-do compile } */
2
/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
3
4
int
g
();
5
static
__inline__
int
f
() {
return
g
(); }
6
int
g
() {
return
f
(); }