From 305cde7904ab676b7974ae68acb40b788b4c484e Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Thu, 15 Sep 2022 15:50:35 -0400 Subject: Passes on 64bit mingw --- testsuite/libffi.closures/cls_longdouble_va.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/libffi.closures/cls_longdouble_va.c b/testsuite/libffi.closures/cls_longdouble_va.c index 79b42b0..493f0f6 100644 --- a/testsuite/libffi.closures/cls_longdouble_va.c +++ b/testsuite/libffi.closures/cls_longdouble_va.c @@ -5,7 +5,7 @@ Originator: Blake Chaffin 6/6/2007 */ /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ -/* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ +/* { dg-output "" { xfail avr32*-*-* } } */ /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ #include "ffitest.h" @@ -14,7 +14,7 @@ static char buffer[BUF_SIZE]; static void -cls_longdouble_va_fn(ffi_cif* cif __UNUSED__, void* resp, +cls_longdouble_va_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) { char* format = *(char**)args[0]; -- cgit v1.2.1