This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
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:
p1.diff.gz
Description: application/gzip
Attachment:
ChangeLog.gz
Description: application/gzip
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |