Use tree_vector_builder::new_binary_operation for folding
[official-gcc.git] / libffi / testsuite / libffi.complex / cls_complex_va_float.c
blob2b17826045aad88915ec03a2a0e03c8523a4bc86
1 /* Area: ffi_call, closure_call
2 Purpose: Test complex' passed in variable argument lists.
3 Limitations: none.
4 PR: none.
5 Originator: <vogt@linux.vnet.ibm.com>. */
7 /* { dg-do run } */
9 /* Alpha splits _Complex into two arguments. It's illegal to pass
10 float through varargs, so _Complex float goes badly. In sort of
11 gets passed as _Complex double, but the compiler doesn't agree
12 with itself on this issue. */
13 /* { dg-do run { xfail alpha*-*-* } } */
15 #include "complex_defs_float.inc"
16 #include "cls_complex_va.inc"