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 testsuite/32063] "contrib/test_summary" script could output results more neatly



------- Comment #5 from rob1weld at aol dot com  2007-06-12 11:11 -------
Here is another, this caught some errors! See end of:
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00573.html


  print "grep -e undefined\\ reference\\ to
/opt/gcc-4_3-build/gcc/testsuite/gcc/gcc.log | sort -u -k 2 | head -n 10"
  print "";
  system("grep -e undefined\\ reference\\ to
/opt/gcc-4_3-build/gcc/testsuite/gcc/gcc.log | sort -u -k 2 | head -n 10");
  print "---";
  print "";


Note: These additions go directly before these lines:

  print "Compiler version: " prefix version lang;
  print "Platform: " host;
  print configflags;


-- 


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


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