(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
bb-slp-pr58135.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target vect_int } */
       3  
       4  int a[100];
       5  void foo ()
       6  {
       7    a[0] = a[1] = a[2] = a[3] = a[4]= 0;
       8  }
       9  
      10  /* { dg-final { scan-tree-dump-times "optimized: basic block" 1 "slp2" } } */