>> % tail ./gcc/testsuite/gfortran/gfortran.sum >> === gfortran Summary === >> >> # of expected passes 42830 >> # of unexpected failures 20 > > maybe you can tell us the output of > 1) grep -i 'fail:' ./gcc/testsuite/gfortran/gfortran.sum or better: grep '^FAIL:' ./gcc/testsuite/gfortran/gfortran.sum (otherwise it will show also XFAILs). Cheers, Janus