aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2019-05-19 11:24:17 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2019-05-19 11:24:17 +0000
commit9e1a0b35e9e3e366b70789a7f4b49c5b518ea229 (patch)
treea3d3855aeac2f8adf6684d5b8f08a3d8f2b7d8c5 /gcc
parentbf09e559b22b44e74a91ccc00507a1885ec3d578 (diff)
downloadgcc-9e1a0b35e9e3e366b70789a7f4b49c5b518ea229.zip
gcc-9e1a0b35e9e3e366b70789a7f4b49c5b518ea229.tar.gz
gcc-9e1a0b35e9e3e366b70789a7f4b49c5b518ea229.tar.bz2
re PR fortran/88821 (Inline packing of non-contiguous arguments)
2019-05-19 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/88821 * ChangeLog: Add forgotten entry. From-SVN: r271378
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5eb7650..4dad098 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,41 @@
+2019-05-19 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ 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 <iain@sandoe.co.uk>
* objc.dg/instancetype-0.m: New.