This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20050215-3.c
blob7a35eb6d0c179f8062afea45a0a9332bd26bf0aa
1 /* PR tree-optimization/18947 */
2 int v;
3 extern __inline void f0 (void) { v++; }
4 extern __inline void f1 (void) { f0 (); }
5 void f4 (void) { f1 (); }
6 extern __inline void f2 (void) { f1 (); }
7 void f3 (void) { f2 (); }
8 void f2 (void) { f1 (); }