(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr83418.c
       1  /* { dg-do compile } */
       2  
       3  void
       4  yj (int j4)
       5  {
       6    int t3;
       7  
       8    for (t3 = 0; t3 < 6; ++t3)
       9      {
      10        short int v4 = t3;
      11  
      12        if (v4 == j4 || v4 > t3)
      13  	for (;;)
      14  	  {
      15  	  }
      16      }
      17  }