aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr84929.c
blob: 2f46e2943adbf535fe123a85d28e25393990e0ea (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target int32plus } */

int a[4];
void fn1()
{
  __UINT64_TYPE__ b = 7818038963515661296;
  for (;; b++)
    a[0xA699ECD2C348A3A0] = a[b];
}