From: Janus Weil Date: Fri, 16 Jun 2017 10:15:42 +0000 (+0200) Subject: re PR fortran/80983 ([F03] memory leak when calling procedure-pointer component with... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d94f9324a2c79c6f93e5eea37776b2a27c3532c;p=gcc.git re PR fortran/80983 ([F03] memory leak when calling procedure-pointer component with allocatable result) 2017-06-16 Janus Weil PR fortran/80983 * gfortran.dg/proc_ptr_comp_51.f90: Repair test case. From-SVN: r249243 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2257edc7864..a0c2723d6cf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-06-16 Janus Weil + + PR fortran/80983 + * gfortran.dg/proc_ptr_comp_51.f90: Repair test case. + 2017-06-16 Jakub Jelinek PR sanitizer/81094 diff --git a/gcc/testsuite/gfortran.dg/proc_ptr_comp_51.f90 b/gcc/testsuite/gfortran.dg/proc_ptr_comp_51.f90 index 530872be4d5..cfe9818706f 100644 --- a/gcc/testsuite/gfortran.dg/proc_ptr_comp_51.f90 +++ b/gcc/testsuite/gfortran.dg/proc_ptr_comp_51.f90 @@ -1,4 +1,5 @@ ! { dg-do compile } +! { dg-options "-fdump-tree-original" } ! ! PR 80983: [F03] memory leak when calling procedure-pointer component with allocatable result !