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
This commit is contained in:
John David Anglin 2015-10-27 00:39:32 +00:00
parent f3e7688d8e
commit bda9c2451e
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2015-10-26 John David Anglin <danglin@gcc.gnu.org>
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 <amodra@gmail.com>
* src/powerpc/ffi_sysv.c (ffi_prep_cif_sysv_core): Count fprs,

View File

@ -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

View File

@ -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"