[Bug fortran/84381] replace non-std 'call abort' by 'stop 1' in gfortran testsuite

tschwinge at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 26 12:10:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84381

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |tschwinge at gcc dot gnu.org
         Resolution|FIXED                       |---

--- Comment #9 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
I suppose the same changes ("abort" -> "stop") should also be applied to the
libgomp Fortran test cases?

    $ git grep -i abort upstream/trunk --
libgomp/testsuite/libgomp.{,oacc-}fortran/ | wc -l
    2016
    $ git grep -i fall-intrinsics upstream/trunk --
libgomp/testsuite/libgomp.{,oacc-}fortran/ | wc -l
    2

Thus re-opened.


More information about the Gcc-bugs mailing list