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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
always_inline2.c
blob
c65df24ea601e6bf7130dca20b9c6a9991701990
1
/* { dg-do compile } */
2
/* { dg-options "-Winline -O2" } */
3
inline
__attribute__
((
always_inline
))
void
t
(
void
);
/* { dg-message "sorry\[^\n\]*body not available" "" } */
4
void
5
q
(
void
)
6
{
7
t
();
/* { dg-message "sorry\[^\n\]*called from here" "" } */
8
}