(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr28796-2.c
       1  /* { dg-do run } */
       2  /* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */
       3  /* { dg-add-options ieee } */
       4  
       5  #include "tg-tests.h"
       6  
       7  int main(void)
       8  {
       9    return main_tests ();
      10  }