(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr85852.c
       1  /* { dg-do compile } */
       2  /* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */
       3  /* { dg-additional-options "-fexceptions -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } } */
       4  
       5  void
       6  ki (double nq)
       7  {
       8    double no = 1.1 * nq - nq;
       9  }