OSDN Git Service

* gfortran.dg/transfer_array_intrinsic_1.f90: Restrict to i?86 and
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Mar 2006 22:08:50 +0000 (22:08 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Mar 2006 22:08:50 +0000 (22:08 +0000)
    X86_64 targets.
    * gfortran.dg/transfer_array_intrinsic_2.f90: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112384 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7bd5d1f..30d523e 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
 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
 
        PR libfortran/26735
index c3d334d..05b4717 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>
 ! Tests the patch to implement the array version of the TRANSFER
 ! intrinsic (PR17298).
 ! Contributed by Paul Thomas  <pault@gcc.gnu.org>
index 7c35b61..a787440 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do run }
+! { dg-do run { target i?86-*-* x86_64-*-* } }
 ! { dg-options "-fpack-derived" }
    call test3()
 contains
 ! { dg-options "-fpack-derived" }
    call test3()
 contains