re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite)
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 25 Mar 2018 12:46:31 +0000 (12:46 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 25 Mar 2018 12:46:31 +0000 (12:46 +0000)
commit32e38f64001f16bd72dd084d76ccc9d57cf1057b
treec9fc810fd6037c9f945357d81cfa819e8e012b02
parent9dd798f6b5785b5981d97419bc0e2a62c9701d26
re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran testsuite)

2018-03-24  Thomas Koenig  <tkoenig@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.

From-SVN: r258845
gcc/testsuite/gfortran.dg/bound_simplification_3.f90
gcc/testsuite/gfortran.dg/bound_simplification_4.f90
gcc/testsuite/gfortran.dg/bound_simplification_5.f90
gcc/testsuite/gfortran.dg/bound_simplification_6.f90
gcc/testsuite/gfortran.dg/complex_intrinsic_7.f90
gcc/testsuite/gfortran.dg/dot_product_2.f90
gcc/testsuite/gfortran.dg/iso_fortran_env_5.f90
gcc/testsuite/gfortran.dg/shape_7.f90
gcc/testsuite/gfortran.dg/storage_size_4.f90
gcc/testsuite/gfortran.dg/string_length_2.f90