From 9e1a0b35e9e3e366b70789a7f4b49c5b518ea229 Mon Sep 17 00:00:00 2001 From: Thomas Koenig Date: Sun, 19 May 2019 11:24:17 +0000 Subject: [PATCH] re PR fortran/88821 (Inline packing of non-contiguous arguments) 2019-05-19 Thomas Koenig PR fortran/88821 * ChangeLog: Add forgotten entry. From-SVN: r271378 --- gcc/testsuite/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5eb765000e9..4dad098a76f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,41 @@ +2019-05-19 Thomas Koenig + + PR fortran/88821 + * gfortran.dg/alloc_comp_auto_array_3.f90: Add -O0 to dg-options + to make sure the test for internal_pack is retained. + * gfortran.dg/assumed_type_2.f90: Split compile and run time + tests into this and + * gfortran.dg/assumed_type_2a.f90: New file. + * gfortran.dg/c_loc_test_22.f90: Likewise. + * gfortran.dg/contiguous_3.f90: Likewise. + * gfortran.dg/internal_pack_11.f90: Likewise. + * gfortran.dg/internal_pack_12.f90: Likewise. + * gfortran.dg/internal_pack_16.f90: Likewise. + * gfortran.dg/internal_pack_17.f90: Likewise. + * gfortran.dg/internal_pack_18.f90: Likewise. + * gfortran.dg/internal_pack_4.f90: Likewise. + * gfortran.dg/internal_pack_5.f90: Add -O0 to dg-options + to make sure the test for internal_pack is retained. + * gfortran.dg/internal_pack_6.f90: Split compile and run time + tests into this and + * gfortran.dg/internal_pack_6a.f90: New file. + * gfortran.dg/internal_pack_8.f90: Likewise. + * gfortran.dg/missing_optional_dummy_6: Split compile and run time + tests into this and + * gfortran.dg/missing_optional_dummy_6a.f90: New file. + * gfortran.dg/no_arg_check_2.f90: Split compile and run time tests + into this and + * gfortran.dg/no_arg_check_2a.f90: New file. + * gfortran.dg/typebound_assignment_5.f90: Split compile and run time + tests into this and + * gfortran.dg/typebound_assignment_5a.f90: New file. + * gfortran.dg/typebound_assignment_6.f90: Split compile and run time + tests into this and + * gfortran.dg/typebound_assignment_6a.f90: New file. + * gfortran.dg/internal_pack_19.f90: New file. + * gfortran.dg/internal_pack_20.f90: New file. + * gfortran.dg/internal_pack_21.f90: New file. + 2019-05-18 Iain Sandoe * objc.dg/instancetype-0.m: New. -- 2.30.2