[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite
dominiq at lps dot ens.fr
gcc-bugzilla@gcc.gnu.org
Wed Feb 28 12:32:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381
--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
There are also a few tests that are scanning tree-dump for not "abort".
I have spotted:
gfortran.dg/bound_simplification_3.f90
gfortran.dg/bound_simplification_4.f90
gfortran.dg/bound_simplification_5.f90
gfortran.dg/bound_simplification_6.f90
gfortran.dg/complex_intrinsic_7.f90
gfortran.dg/dot_product_2.f90
gfortran.dg/iso_fortran_env_5.f90
gfortran.dg/shape_7.f90
gfortran.dg/storage_size_4.f90
and may be
gfortran.dg/string_length_2.f90
IMO the "abort" should be replaced with "STOP" ("stop"?).
Note that I do not guarantee that the above list is exhaustive.
More information about the Gcc-bugs
mailing list