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 c7ade43d0d09d0ea602f9fa48769179005a6ebd8..91d0f416cf6853f1f66d267b37085d4d698d8e03 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 29b9510a35e54e4ff0162a901ba42b9b79b47803..169fe74ca7c340c90874b8fa1b1b408af88262e7 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 20a8c402ba4680d1fab53ede572ad8cf436a1485..55b9fba86f851e89464212311f0adea4ca8094d6 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"