repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
always_inline2.c
blob
fa6528d1fac160ee8ffec3f471f011a110b3104e
1
/* { dg-do compile } */
2
/* { dg-options "-Winline -O2" } */
3
inline
__attribute__
((
always_inline
))
void
t
(
void
);
/* { dg-error "body not available" "" } */
4
void
5
q
(
void
)
6
{
7
t
();
/* { dg-error "called from here" "" } */
8
}