public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* [ patch, testsuite, fortran] Replace "call abort" by "stop n"
@ 2018-02-15 22:31 Thomas Koenig
  2018-02-15 23:25 ` Thomas Koenig
  2018-02-16  8:11 ` Janne Blomqvist
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Koenig @ 2018-02-15 22:31 UTC (permalink / raw)
  To: fortran, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

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

[-- Attachment #2: p1.diff.gz --]
[-- Type: application/gzip, Size: 389995 bytes --]

[-- Attachment #3: ChangeLog.gz --]
[-- Type: application/gzip, Size: 10575 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-02-18 12:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-15 22:31 [ patch, testsuite, fortran] Replace "call abort" by "stop n" Thomas Koenig
2018-02-15 23:25 ` Thomas Koenig
2018-02-15 23:37   ` Steve Kargl
2018-02-16  8:10     ` Janus Weil
2018-02-16  8:11 ` Janne Blomqvist
2018-02-17 14:14   ` Thomas Koenig
2018-02-17 22:03     ` Janus Weil
2018-02-18  0:38       ` Thomas Koenig
2018-02-18 12:31         ` Janus Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).