aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90')
-rw-r--r--gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f903
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90 b/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90
index 427fe55ef14..28cd1cd8f03 100644
--- a/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90
+++ b/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90
@@ -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