re PR fortran/64230 (Invalid memory reference in a compiler-generated finalizer for allocatable component)

2015-01-27  Janus Weil  <janus@gcc.gnu.org>

	PR fortran/64230
	* gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to
	prevent linking errors.

From-SVN: r220181
This commit is contained in:
Janus Weil 2015-01-27 19:36:52 +01:00
parent 7e8338d861
commit 6e17947e9f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2015-01-27 Janus Weil <janus@gcc.gnu.org>
PR fortran/64230
* gfortran.dg/class_allocate_18.f90: Remove -fsanitize option to
prevent linking errors.
2015-01-27 Jan Hubicka <hubicka@ucw.cz>
PR ipa/64282

View File

@ -1,5 +1,4 @@
! { dg-do run }
! { dg-options "-fsanitize=undefined" }
!
! PR 64230: [4.9/5 Regression] Invalid memory reference in a compiler-generated finalizer for allocatable component
!