annotate gcc/testsuite/gcc.dg/inline-3.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* { dg-options "-O2 -funit-at-a-time" } */
kono
parents:
diff changeset
2 /* { dg-final { scan-assembler-not "big_function_2" } } */
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 int t(void);
kono
parents:
diff changeset
5 static void
kono
parents:
diff changeset
6 big_function_2(void);
kono
parents:
diff changeset
7 void
kono
parents:
diff changeset
8 big_function_1()
kono
parents:
diff changeset
9 {
kono
parents:
diff changeset
10 while (t());
kono
parents:
diff changeset
11 while (t());
kono
parents:
diff changeset
12 while (t());
kono
parents:
diff changeset
13 while (t());
kono
parents:
diff changeset
14 while (t());
kono
parents:
diff changeset
15 while (t());
kono
parents:
diff changeset
16 while (t());
kono
parents:
diff changeset
17 while (t());
kono
parents:
diff changeset
18 while (t());
kono
parents:
diff changeset
19 while (t());
kono
parents:
diff changeset
20 while (t());
kono
parents:
diff changeset
21 while (t());
kono
parents:
diff changeset
22 while (t());
kono
parents:
diff changeset
23 while (t());
kono
parents:
diff changeset
24 while (t());
kono
parents:
diff changeset
25 while (t());
kono
parents:
diff changeset
26 while (t());
kono
parents:
diff changeset
27 big_function_2();
kono
parents:
diff changeset
28 }
kono
parents:
diff changeset
29 static void
kono
parents:
diff changeset
30 big_function_2()
kono
parents:
diff changeset
31 {
kono
parents:
diff changeset
32 while (t());
kono
parents:
diff changeset
33 while (t());
kono
parents:
diff changeset
34 while (t());
kono
parents:
diff changeset
35 while (t());
kono
parents:
diff changeset
36 while (t());
kono
parents:
diff changeset
37 while (t());
kono
parents:
diff changeset
38 while (t());
kono
parents:
diff changeset
39 while (t());
kono
parents:
diff changeset
40 while (t());
kono
parents:
diff changeset
41 while (t());
kono
parents:
diff changeset
42 while (t());
kono
parents:
diff changeset
43 while (t());
kono
parents:
diff changeset
44 while (t());
kono
parents:
diff changeset
45 while (t());
kono
parents:
diff changeset
46 while (t());
kono
parents:
diff changeset
47 while (t());
kono
parents:
diff changeset
48 while (t());
kono
parents:
diff changeset
49 }