(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
graphite/
pr60740.c
       1  /* { dg-options "-O2 -floop-nest-optimize" } */
       2  
       3  int **db6 = 0;
       4  
       5  void
       6  k26(void)
       7  {
       8    static int geb = 0;
       9    int *a22 = &geb;
      10    int **l30 = &a22;
      11    int *c4b;
      12    int ndf;
      13    for (ndf = 0; ndf <= 1; ++ndf)
      14      *c4b = (db6 == l30) && (*a22)--;
      15  }
      16