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  }