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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
always_inline2.c
blob
89b439f4eb2a6e97fc24232b5cc390720794b103
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fgnu89-inline" } */
3
inline
__attribute__
((
always_inline
))
void
t
(
void
);
/* { dg-error "body not available" } */
4
void
5
q
(
void
)
6
{
7
t
();
/* { dg-message "called from here" } */
8
}