aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20050215-3.c
blob: 7a35eb6d0c179f8062afea45a0a9332bd26bf0aa (plain)
1
2
3
4
5
6
7
8
/* PR tree-optimization/18947 */
int v;
extern __inline void f0 (void) { v++; }
extern __inline void f1 (void) { f0 (); }
void f4 (void) { f1 (); }
extern __inline void f2 (void) { f1 (); }
void f3 (void) { f2 (); }
void f2 (void) { f1 (); }