Sha256: 6c1875b8ef67b48471e6abfa9f37d2d63a4aaa5225dfd2d515cabfd96c3011e6
Contents?: true
Size: 538 Bytes
Versions: 5668
Compression:
Stored size: 538 Bytes
Contents
/* Area: ffi_call, closure_call Purpose: Test complex' passed in variable argument lists. Limitations: none. PR: none. Originator: <vogt@linux.vnet.ibm.com>. */ /* { 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"
Version data entries
5,668 entries across 5,650 versions & 42 rubygems