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