aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr110669.c
blob: b0a9ea448f43a7d316c2995338842adc3200287f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* { dg-do compile } */

int g_29, func_47_p_48, func_47_p_51_l_129;
void func_47_p_51()
{
  for (;;)
    {
      func_47_p_51_l_129 = 0;
      for (; func_47_p_51_l_129 <= 1; func_47_p_51_l_129 += 1)
	{
	  short *l_160 = (short *)(__UINTPTR_TYPE__)(func_47_p_48 || *l_160);
	  *l_160 &= g_29;
	}
    }
}