[Bug fortran/31616] testsuite failures in gfortran.dg/open_errors.f90

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Apr 18 04:48:00 GMT 2007



------- Comment #1 from jvdelisle at gcc dot gnu dot org  2007-04-18 05:48 -------
This could be as simple as the error messages returned by the OS don't match
what we put in the test case.  Try changing:

call abort()

to:

print *, msg

This will then print the error messages instead of aborting and you may be able
to see what is going on.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31616



More information about the Gcc-bugs mailing list