Le 21/07/2015 11:21, Uros Bizjak a écrit :
The new test introduced several testsuite failures, please see e.g. [1]:
Fixed with r226038
(Also, the name of the test is not correctly stated in the ChangeLog entry).
Fixed with r226033 Thanks Mikael
Index: ChangeLog =================================================================== --- ChangeLog (révision 226032) +++ ChangeLog (révision 226033) @@ -100,7 +100,7 @@ PR fortran/61831 * gfortran.dg/alloc_comp_auto_array_3.f90: Count the number of generated while loops in the tree dump. - * gfortran.dg/derived_constructor_components_6.f90: New file. + * gfortran.dg/derived_constructor_comps_6.f90: New file. 2015-07-17 Yuri Rumyantsev <ysrum...@gmail.com>
Index: gfortran.dg/derived_constructor_comps_6.f90 =================================================================== --- gfortran.dg/derived_constructor_comps_6.f90 (révision 226037) +++ gfortran.dg/derived_constructor_comps_6.f90 (révision 226038) @@ -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 Index: ChangeLog =================================================================== --- ChangeLog (révision 226037) +++ ChangeLog (révision 226038) @@ -1,8 +1,14 @@ +2015-07-21 Mikael Morin <mik...@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.vele...@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 <pola...@redhat.com>