(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr101930.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-mavx512f -O2 -mfpmath=sse -ffast-math" } */
       3  double a;
       4  double
       5  __attribute__((noipa))
       6  foo (int b)
       7  {
       8    return __builtin_ldexp (a, b);
       9  }