------- 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