File: cls_complex_va_float.c

package info (click to toggle)
libffi 3.4.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates
  • size: 6,412 kB
  • sloc: ansic: 37,382; asm: 13,624; sh: 4,767; exp: 779; makefile: 397; python: 247; perl: 171; cpp: 128
file content (16 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (42)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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"