aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr92449.c
blob: 74e73772720ba1c87a73dde9cd4e536c2bb9700e (plain)
1
2
3
4
5
6
7
/* PR target/92449 */
/* { dg-additional-options "-ffast-math -fno-cx-limited-range" } */

void do_div (_Complex double *a, _Complex double *b)
{
  *a = *b / (4.0 - 5.0fi);
}