Commit 3b0cff13 by Tobias Schlüter Committed by Tobias Schlüter

re PR fortran/17283 (UNPACK issues)

PR fortran/17283
* gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
tests.

From-SVN: r88610
parent 5d24a977
......@@ -2,7 +2,11 @@
PR fortran/17568
* gfortran.dg/ishft.f90: New test.
PR fortran/17283
* gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
tests.
2004-10-06 Paul Brook <paul@codesourcery.com>
* gfortran.dg/do_1.f90: New test.
......
......@@ -11,8 +11,7 @@ program intrinsic_pack
b = pack (a(2:3, 2:3), a(2:3, 2:3) .ne. 0, (/1, 2, 3, 4, 5, 6/));
if (any (b .ne. (/9, 7, 3, 4, 5, 6/))) call abort
! this is waiting for PR 17756 to be fixed
! call tests_with_temp()
call tests_with_temp()
contains
subroutine tests_with_temp
! A few tests which involve a temporary
......
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