diff options
author | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-17 22:13:26 +0000 |
---|---|---|
committer | aldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-17 22:13:26 +0000 |
commit | 33bef12915b418d8181c8cb2c7bdbf62a247dee7 (patch) | |
tree | 0f4a65be719fd5eabc36e482d768e89e869699b8 /contrib | |
parent | bc7ab021bd686514c98cae58a39ebc09976d5a15 (diff) | |
download | gcc-33bef12915b418d8181c8cb2c7bdbf62a247dee7.tar.gz |
2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
* dg-cmp-results.sh (compare-$$.awk): Print name[old]
and not non-existing nm[old].
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rwxr-xr-x | contrib/dg-cmp-results.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 35d29b96f12..c0b3f98ca62 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org> + + * dg-cmp-results.sh (compare-$$.awk): Print name[old] + and not non-existing nm[old]. + 2006-07-06 Paul Eggert <eggert@cs.ucla.edu> Port to hosts whose 'sort' and 'tail' implementations diff --git a/contrib/dg-cmp-results.sh b/contrib/dg-cmp-results.sh index f5a4f09a616..753005db204 100755 --- a/contrib/dg-cmp-results.sh +++ b/contrib/dg-cmp-results.sh @@ -135,7 +135,7 @@ function compare(st, nm) { # Compare this new test to the first queued old one. if (verbose >= 4) { printf("Comparing two lines:\n O:%s:%s\n N:%s:%s\n", - status[old], nm[old], st, nm) + status[old], name[old], st, nm) } if (name[old] != nm) { # The old test wasn't run this time and |