[ patch, testsuite, fortran] Replace "call abort" by "stop n"

Thomas Koenig tkoenig@netcologne.de
Thu Feb 15 22:31:00 GMT 2018


Hello world,

the attached patch replaces the non-standard "call abort" by
"STOP n", where n is a number counted up from 1 for each occurrence.
This numbering was suggested by Neil Carlson.

This makes the gfortran testsuite _much_ more standard-conforming.
It also makes it easier to see _which_ of the numerous tests failed,
if anything happens.

I had to adjust the tree dump in a couple of places to check
for stop instead of abort.  In the standards tests where the
compiler was supposed to complain about call abort, I left it in :-)

OK for trunk?

Regards

	Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p1.diff.gz
Type: application/gzip
Size: 389995 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20180215/143b54b8/attachment.gz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangeLog.gz
Type: application/gzip
Size: 10575 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20180215/143b54b8/attachment-0001.gz>


More information about the Fortran mailing list