pr88074.c: Require c99_runtime.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Mar 2019 18:24:14 +0000 (18:24 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Mar 2019 18:24:14 +0000 (18:24 +0000)
* gcc.dg/pr88074.c: Require c99_runtime.
* gcc.dg/warn-abs-1.c: Likewise.
* gfortran.dg/ISO_Fortran_binding_1.f90: Likewise.

From-SVN: r269743

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr88074.c
gcc/testsuite/gcc.dg/warn-abs-1.c
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90

index 7278ffe..0c4ff4a 100644 (file)
@@ -1,5 +1,9 @@
 2019-03-17  John David Anglin  <danglin@gcc.gnu.org>
 
+       * gcc.dg/pr88074.c: Require c99_runtime.
+       * gcc.dg/warn-abs-1.c: Likewise.
+       * gfortran.dg/ISO_Fortran_binding_1.f90: Likewise.
+
        PR testsuite/89666
        * c-c++-common/builtin-has-attribute-3.c: Define SKIP_ALIAS on
        hppa*-*-hpux*.
index 9f64cc1..082f620 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-O" } */
 
 #include <complex.h>
index c016ff6..a7f2ab2 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-Wabsolute-value" } */
 
 #include <stdlib.h>
index e12b3a0..79d133d 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { target c99_runtime } }
 ! { dg-additional-sources ISO_Fortran_binding_1.c }
 !
 ! Test F2008 18.5: ISO_Fortran_binding.h functions.