https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381
--- Comment #17 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- Author: tkoenig Date: Sun Mar 25 12:46:31 2018 New Revision: 258845 URL: https://gcc.gnu.org/viewcvs?rev=258845&root=gcc&view=rev Log: 2018-03-24 Thomas Koenig <tkoe...@gcc.gnu.org> PR fortran/84381 * gfortran.dg/bound_simplification_3.f90: Replace "abort" by "_gfortran_stop" in scan-tree-dump-times directive. * gfortran.dg/bound_simplification_4.f90: Likewise. * gfortran.dg/bound_simplification_5.f90: Likewise. * gfortran.dg/bound_simplification_6.f90: Likewise. * gfortran.dg/complex_intrinsic_7.f90: Likewise. * gfortran.dg/dot_product_2.f90: Likewise. * gfortran.dg/iso_fortran_env_5.f90: Likewise. * gfortran.dg/minmaxloc_12.f90: Likewise. * gfortran.dg/minmaxloc_13.f90: Likewise. * gfortran.dg/parameter_array_element_3.f90: Likewise. * gfortran.dg/shape_7.f90: Likewise. * gfortran.dg/storage_size_4.f90: Likewise. * gfortran.dg/string_length_2.f90: Likewise. Modified: trunk/gcc/testsuite/gfortran.dg/bound_simplification_3.f90 trunk/gcc/testsuite/gfortran.dg/bound_simplification_4.f90 trunk/gcc/testsuite/gfortran.dg/bound_simplification_5.f90 trunk/gcc/testsuite/gfortran.dg/bound_simplification_6.f90 trunk/gcc/testsuite/gfortran.dg/complex_intrinsic_7.f90 trunk/gcc/testsuite/gfortran.dg/dot_product_2.f90 trunk/gcc/testsuite/gfortran.dg/iso_fortran_env_5.f90 trunk/gcc/testsuite/gfortran.dg/shape_7.f90 trunk/gcc/testsuite/gfortran.dg/storage_size_4.f90 trunk/gcc/testsuite/gfortran.dg/string_length_2.f90