Fix r225926's broken testcase

gcc/testsuite/
	PR fortran/61831
	* gfortran.dg/derived_constructor_comps_6.f90: Fix dg directive.
	Drop address sanitization.

From-SVN: r226038
This commit is contained in:
Mikael Morin 2015-07-21 11:33:15 +00:00
parent ceb2acf21a
commit c5189d8e67
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,14 @@
2015-07-21 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/61831
* gfortran.dg/derived_constructor_comps_6.f90: Fix dg directive.
Drop address sanitization.
2015-07-21 Alex Velenko <Alex.Velenko@arm.com> 2015-07-21 Alex Velenko <Alex.Velenko@arm.com>
* gcc.target/arm/split-live-ranges-for-shrink-wrap.c (dg-skip-if): * gcc.target/arm/split-live-ranges-for-shrink-wrap.c (dg-skip-if):
Skip -march=armv4t. Skip -march=armv4t.
(dg-additional-options): Set armv5t flag. (dg-additional-options): Set armv5t flag.
2015-07-21 Marek Polacek <polacek@redhat.com> 2015-07-21 Marek Polacek <polacek@redhat.com>

View File

@ -1,5 +1,5 @@
! { dg-do run } ! { dg-do run }
! { dg-additional-options "-fsanitize=address -fdump-tree-original" ! { dg-additional-options "-fdump-tree-original" }
! !
! PR fortran/61831 ! PR fortran/61831
! The deallocation of components of array constructor elements ! The deallocation of components of array constructor elements