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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.dg
/
always_inline3.c
blob
b183770adc005753ee996cbfa955cb386fbae89e
1
/* { dg-do compile } */
2
/* { dg-options "-Winline -O2" } */
3
inline
__attribute__
((
always_inline
))
void
4
q2
(
void
)
5
{
/* { dg-error "recursive" "" } */
6
q2
();
/* { dg-error "called from here" "" } */
7
q2
();
/* { dg-error "called from here" "" } */
8
}