OSDN Git Service

PR/51443
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dfp / builtin-complex.c
1 /* Test __builtin_complex errors with DFP.  */
2 /* { dg-do compile } */
3
4 _Decimal32 a, b;
5
6 void
7 f (void)
8 {
9   __builtin_complex (a, b); /* { dg-error "not of real binary floating-point type" } */
10 }