PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / inline-4.c
blob2442f2d392d04642af233b8ca20c77c1e64a4fab
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler-not "big_static_inline" } } */
5 extern void f(void);
6 static inline void big_static_inline(void)
8 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
9 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
10 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
11 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
12 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
13 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
14 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
15 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
16 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();
17 f(); f(); f(); f(); f(); f(); f(); f(); f(); f();