rt_gccstream/gcc/testsuite/gcc.dg/pr26717.c

8 lines
142 B
C

/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
_Complex float f (_Complex float a)
{
_Complex float b = a / a;
return b;
}