]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR testsuite/39807 (Reporting of testsuite failures are messed up when using -j)
authorJakub Jelinek <jakub@redhat.com>
Mon, 27 Apr 2009 19:11:23 +0000 (21:11 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 27 Apr 2009 19:11:23 +0000 (21:11 +0200)
commit060717fcc525d6efd6e7fcafc6bde59d5fa52e50
tree4bacee12efc59a4042926285318fd3d24caf3da9
parent5345cf689ed92391b912bfc6baa49b18c91e671f
re PR testsuite/39807 (Reporting of testsuite failures are messed up when using -j)

PR testsuite/39807
* dg-extract-results.sh: Close open files and use >> instead of >
to decrease number of concurrently open files from awk.  Avoid
= at the beginning of a regexp and redirect to a file determined
by curfile variable rather than concatenated strings to workaround
Solaris nawk bug.

From-SVN: r146850
contrib/ChangeLog
contrib/dg-extract-results.sh