From bda9c2451e766ec289ce746e803d863832b23f51 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Tue, 27 Oct 2015 00:39:32 +0000 Subject: [PATCH] re PR libffi/65441 (FAIL: libffi.call/float2.c -W -Wall -Wno-psabi (test for excess errors)) PR libffi/65441 * testsuite/lib/libffi.exp: Load target-supports-dg.exp. * testsuite/libffi.call/float2.c: Don't run on hppa*-*-hpux*. From-SVN: r229400 --- libffi/ChangeLog | 6 ++++++ libffi/testsuite/lib/libffi.exp | 1 + libffi/testsuite/libffi.call/float2.c | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libffi/ChangeLog b/libffi/ChangeLog index c7ade43d0d0..91d0f416cf6 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,9 @@ +2015-10-26 John David Anglin + + PR libffi/65441 + * testsuite/lib/libffi.exp: Load target-supports-dg.exp. + * testsuite/libffi.call/float2.c: Don't run on hppa*-*-hpux*. + 2015-10-01 Alan Modra * src/powerpc/ffi_sysv.c (ffi_prep_cif_sysv_core): Count fprs, diff --git a/libffi/testsuite/lib/libffi.exp b/libffi/testsuite/lib/libffi.exp index 29b9510a35e..169fe74ca7c 100644 --- a/libffi/testsuite/lib/libffi.exp +++ b/libffi/testsuite/lib/libffi.exp @@ -24,6 +24,7 @@ proc load_gcc_lib { filename } { load_lib dg.exp load_lib libgloss.exp load_gcc_lib target-supports.exp +load_gcc_lib target-supports-dg.exp load_gcc_lib target-libpath.exp load_gcc_lib wrapper.exp diff --git a/libffi/testsuite/libffi.call/float2.c b/libffi/testsuite/libffi.call/float2.c index 20a8c402ba4..55b9fba86f8 100644 --- a/libffi/testsuite/libffi.call/float2.c +++ b/libffi/testsuite/libffi.call/float2.c @@ -3,7 +3,7 @@ Limitations: none. PR: none. Originator: From the original ffitest.c */ -/* { dg-do run } */ +/* { dg-do run { target { ! hppa*-*-hpux* } } } */ #include "ffitest.h" #include "float.h" -- 2.30.2