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
/
winline-2.c
blob
0d9114b043fe23f283e742610e0250cd9cc5988d
1
/* { dg-do compile } */
2
/* { dg-options "-Winline -O2 -fgnu89-inline" } */
3
4
inline
int
q
(
void
);
/* { dg-warning "body not available" } */
5
inline
int
t
(
void
)
6
{
7
return
q
();
/* { dg-message "called from here" } */
8
}