mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-02 08:40:26 +08:00
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:
parent
ceb2acf21a
commit
c5189d8e67
@ -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>
|
||||
|
||||
* 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.
|
||||
(dg-additional-options): Set armv5t flag.
|
||||
(dg-additional-options): Set armv5t flag.
|
||||
|
||||
2015-07-21 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
! { dg-do run }
|
||||
! { dg-additional-options "-fsanitize=address -fdump-tree-original"
|
||||
! { dg-additional-options "-fdump-tree-original" }
|
||||
!
|
||||
! PR fortran/61831
|
||||
! The deallocation of components of array constructor elements
|
||||
|
Loading…
x
Reference in New Issue
Block a user