Commit 94dacf2b by Steven G. Kargl Committed by Steven G. Kargl

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
parent 30a440a7
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> 2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/26735 PR libfortran/26735
! { dg-do run } ! { dg-do run { target i?86-*-* x86_64-*-* } }
! Tests the patch to implement the array version of the TRANSFER ! Tests the patch to implement the array version of the TRANSFER
! intrinsic (PR17298). ! intrinsic (PR17298).
! Contributed by Paul Thomas <pault@gcc.gnu.org> ! Contributed by Paul Thomas <pault@gcc.gnu.org>
......
! { dg-do run } ! { dg-do run { target i?86-*-* x86_64-*-* } }
! { dg-options "-fpack-derived" } ! { dg-options "-fpack-derived" }
call test3() call test3()
contains contains
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment