annotate gcc/testsuite/gcc.dg/pr35729.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Target is restricted to x86 type architectures, so that we may
kono
parents:
diff changeset
2 assume something about memory addressing modes. */
kono
parents:
diff changeset
3
kono
parents:
diff changeset
4 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && nonpic } } } */
kono
parents:
diff changeset
5 /* { dg-options "-Os -fdump-rtl-loop2_invariant" } */
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 const volatile int g_361 = 3L;
kono
parents:
diff changeset
8 volatile int g_2 = 0L;
kono
parents:
diff changeset
9 void func_1 (void)
kono
parents:
diff changeset
10 {
kono
parents:
diff changeset
11 for (g_2 = 0; g_2 > 10; g_2++)
kono
parents:
diff changeset
12 {
kono
parents:
diff changeset
13 int l_357 = g_361;
kono
parents:
diff changeset
14 }
kono
parents:
diff changeset
15 }
kono
parents:
diff changeset
16
kono
parents:
diff changeset
17 /* { dg-final { scan-rtl-dump-times "Decided to move invariant" 0 "loop2_invariant" } } */