* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git] / gcc / testsuite / gcc.dg / dfp / usual-arith-conv-bad-3.c
blob95421a6bfb894fb8092666512231df41915a8dcc
1 /* Test error for conditional expression between DFP and other
2 floating operand. */
3 /* { dg-do compile } */
5 _Decimal32 a;
6 float b;
7 int i;
9 void
10 f (void)
12 (void) (i ? a : b); /* { dg-error "mix operands" } */