------- Comment #4 from rob1weld at aol dot com  2007-06-09 03:27 -------
One enhancement I did try was adding this to the end of contrib/test_summary. 

It does nothing for _me_ since I have the new assembler but for others it would
catch the failures and report them.

  print "";
  print "---";
  print "Check gcc/testsuite/gcc/gcc.log for Spurious Errors:"
  print "grep -e Assembler\\ messages -e Warning -e Error
gcc/testsuite/gcc/gcc.log | sort -k 2 -i -u"
  print "";
  system("grep -e Assembler\\ messages -e Warning -e Error
gcc/testsuite/gcc/gcc.log | sort -k 2 -i -u");
  print "---";
  print "";


-- 


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

Reply via email to