From 4fd287655a72b9aea14cdac715ad5b90ed082ed2 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 19 Jun 2022 19:47:51 +0530 Subject: add circuitpython code --- .../testsuite/libffi.complex/cls_complex_va_float.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 circuitpython/lib/libffi/testsuite/libffi.complex/cls_complex_va_float.c (limited to 'circuitpython/lib/libffi/testsuite/libffi.complex/cls_complex_va_float.c') diff --git a/circuitpython/lib/libffi/testsuite/libffi.complex/cls_complex_va_float.c b/circuitpython/lib/libffi/testsuite/libffi.complex/cls_complex_va_float.c new file mode 100644 index 0000000..2b17826 --- /dev/null +++ b/circuitpython/lib/libffi/testsuite/libffi.complex/cls_complex_va_float.c @@ -0,0 +1,16 @@ +/* Area: ffi_call, closure_call + Purpose: Test complex' passed in variable argument lists. + Limitations: none. + PR: none. + Originator: . */ + +/* { 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" -- cgit v1.2.3