(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
pr106355-2.c
       1  /* { dg-do compile { target { s390-*-* } } } */
       2  /* { dg-options "-foptimize-sibling-calls -mzarch" } */
       3  /* { dg-final { scan-assembler {brasl\t%r\d+,bar} } } */
       4  
       5  /* This tests function s390_call_saved_register_used where
       6     GET_CODE (parm_rtx) == PARALLEL holds.  */
       7  
       8  #include "pr106355.h"