aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/fold-complex-1.c
blob: cf07cef07ed9da50a4e83697b76ce90d0db833be (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O -ffast-math -fdump-tree-original" } */

_Complex float
foo (_Complex float x)
{
  return  __real x + 1.0iF * __imag x;
}

/* { dg-final { scan-tree-dump-times "COMPLEX_EXPR" 0 "original" } } */