This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

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



------- Comment #2 from ghazi at gcc dot gnu dot org  2007-04-18 06:58 -------
(In reply to comment #1)
> 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.


If I make your suggested change, I see that I get a failure in the third abort
test, where it opens "./" and the msg is " Invalid argument".

PS: gdb-6.6 was no help, it crashes as well. :-(


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]