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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
winline-2.c
blob
584c68fddf6b136c27b826cf034f5f923bca1f47
1
/* { dg-do compile } */
2
/* { dg-options "-Winline -O2" } */
3
4
inline
int
q
(
void
);
/* { dg-warning "body not available" "" } */
5
inline
int
t
(
void
)
6
{
7
return
q
();
/* { dg-warning "called from here" "" } */
8
}