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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20050215-2.c
blob
9feea6acfd910434e7598ba1051a0e4986a408d7
1
/* PR tree-optimization/18947 */
2
/* { dg-options "-fgnu89-inline" } */
3
int
v
;
4
extern
__inline
void
f1
(
void
) {
v
++; }
5
void
f4
(
void
) {
f1
(); }
6
extern
__inline
void
f2
(
void
) {
f1
(); }
7
void
f3
(
void
) {
f2
(); }
8
void
f2
(
void
) {
f1
(); }