mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 21:09:47 +08:00
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:
parent
30a440a7f6
commit
94dacf2b92
@ -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
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
! { dg-do run }
|
||||
! { dg-do run { target i?86-*-* x86_64-*-* } }
|
||||
! { dg-options "-fpack-derived" }
|
||||
call test3()
|
||||
contains
|
||||
|
Loading…
Reference in New Issue
Block a user