alpha: Add support for complex types

This commit is contained in:
Richard Henderson
2014-10-17 20:46:48 -07:00
parent 5f917371af
commit f41bec3b57
6 changed files with 253 additions and 57 deletions

View File

@@ -6,5 +6,11 @@
/* { dg-do run } */
/* Alpha splits _Complex into two arguments. It's illegal to pass
float through varargs, so _Complex float goes badly. In sort of
gets passed as _Complex double, but the compiler doesn't agree
with itself on this issue. */
/* { dg-do run { xfail alpha*-*-* } } */
#include "complex_defs_float.inc"
#include "cls_complex_va.inc"