(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sve/
pr98177-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-Ofast -msve-vector-bits=128" } */
       3  
       4  int a, b, c;
       5  
       6  void foo(long e) {
       7    for (int f = 0; f < b; f ++)
       8      for (int g = 0; g < c; g ++)
       9        a = (short)e;
      10  }