PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr49093.c
blobdd1d8cc047718e3461749807ba2b92a7b62472f9
1 /* { dg-do compile } */
2 /* { dg-additional-options "-O1 -fno-tree-fre" } */
4 volatile unsigned char g_324[4] = {0, 1, 0, 1};
5 void foo (int);
6 int x, y;
7 void func_81(void)
9 int l_466, l_439[7] = {0}, g_97;
10 lbl_473:
11 if (x) {
12 for (g_97 = 0; (g_97 < 4); ++g_97) {
13 if (y)
14 goto lbl_473;
15 g_324[g_97];
16 l_466 = l_439[g_97];
18 foo(l_466);