(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
load-and-test-fp-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O3 -mzarch -ffast-math" } */
       3  
       4  /* Fast-math implies -fno-trapping-math -fno-signaling-nans which imply
       5     that no user visible trap will happen.  */
       6  
       7  #include "load-and-test-fp.h"
       8  
       9  /* { dg-final { scan-assembler-times "ltdbr\t" 12 } } */