re PR fortran/80983 ([F03] memory leak when calling procedure-pointer component with allocatable result)

2017-06-16  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/80983
	* gfortran.dg/proc_ptr_comp_51.f90: Repair test case.

From-SVN: r249243
This commit is contained in:
Janus Weil 2017-06-16 12:15:42 +02:00
parent 70c51b5891
commit 8d94f9324a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-06-16 Janus Weil <janus@gcc.gnu.org>
PR fortran/80983
* gfortran.dg/proc_ptr_comp_51.f90: Repair test case.
2017-06-16 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/81094

View File

@ -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
!