re PR libffi/65441 (FAIL: libffi.call/float2.c -W -Wall -Wno-psabi (test for excess...
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 27 Oct 2015 00:39:32 +0000 (00:39 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 27 Oct 2015 00:39:32 +0000 (00:39 +0000)
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
libffi/testsuite/lib/libffi.exp
libffi/testsuite/libffi.call/float2.c

index c7ade43..91d0f41 100644 (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,
index 29b9510..169fe74 100644 (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
 
index 20a8c40..55b9fba 100644 (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"