transfer_array_intrinsic_1.f90: Restrict to i?86 and X86_64 targets.
authorSteven G. Kargl <kargls@comcast.net>
Sat, 25 Mar 2006 22:08:50 +0000 (22:08 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 25 Mar 2006 22:08:50 +0000 (22:08 +0000)
    * gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
    X86_64 targets.
    * gfortran.dg/transfer_array_intrinsic_2.f90: Ditto.

From-SVN: r112384

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/transfer_array_intrinsic_1.f90
gcc/testsuite/gfortran.dg/transfer_array_intrinsic_2.f90

index 7bd5d1f69218bc0cefd2d92608e1107d340a86b5..30d523ea9166b2c853fc33a0662c39fd90e717ba 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-25  Steven G. Kargl  <kargsl@comcast.net>
+
+       * gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
+       X86_64 targets.
+       * gfortran.dg/transfer_array_intrinsic_2.f90: Ditto.
+
 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR libfortran/26735
index c3d334dd8abfb0fe65fdd2505e364956fa796e12..05b4717249c6cca2149eb1c07af120c57c68c93b 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { target i?86-*-* x86_64-*-* } }
 ! Tests the patch to implement the array version of the TRANSFER
 ! intrinsic (PR17298).
 ! Contributed by Paul Thomas  <pault@gcc.gnu.org>
index 7c35b61b987009a2b62bf104432332a075e76d0f..a787440b6824b83712ebedb2b40a635c8d8e387c 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { target i?86-*-* x86_64-*-* } }
 ! { dg-options "-fpack-derived" }
    call test3()
 contains