PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-complex-1.c
blobcf07cef07ed9da50a4e83697b76ce90d0db833be
1 /* { dg-do compile } */
2 /* { dg-options "-O -ffast-math -fdump-tree-original" } */
4 _Complex float
5 foo (_Complex float x)
7 return __real x + 1.0iF * __imag x;
10 /* { dg-final { scan-tree-dump-times "COMPLEX_EXPR" 0 "original" } } */