(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
tree-ssa/
pr83403-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O3 -funroll-loops -fdump-tree-lim2-details" } */
       3  /* { dg-additional-options "--param max-completely-peeled-insns=200" { target { s390*-*-* } } } */
       4  
       5  #define TYPE int
       6  
       7  #include "pr83403.h"
       8  
       9  /* { dg-final { scan-tree-dump-times "Executing store motion of" 10 "lim2" } } */