transfer_array_intrinsic_1.f90: Restrict to i?86 and X86_64 targets.

* 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
This commit is contained in:
Steven G. Kargl 2006-03-25 22:08:50 +00:00 committed by Steven G. Kargl
parent 30a440a7f6
commit 94dacf2b92
3 changed files with 8 additions and 2 deletions

View 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

View 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>

View File

@ -1,4 +1,4 @@
! { dg-do run }
! { dg-do run { target i?86-*-* x86_64-*-* } }
! { dg-options "-fpack-derived" }
call test3()
contains