(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr64199.c
       1  /* { dg-do compile } */
       2  /* { dg-additional-options "-ffast-math -frounding-math" } */
       3  
       4  float
       5  foo (void)
       6  {
       7    return 1.1f + 2.2f + 2.2f;
       8  }