cls_complex_va_float.c 538 B

12345678910111213141516
  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>. */
  6. /* { dg-do run } */
  7. /* Alpha splits _Complex into two arguments. It's illegal to pass
  8. float through varargs, so _Complex float goes badly. In sort of
  9. gets passed as _Complex double, but the compiler doesn't agree
  10. with itself on this issue. */
  11. /* { dg-do run { xfail alpha*-*-* } } */
  12. #include "complex_defs_float.inc"
  13. #include "cls_complex_va.inc"