mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 22:20:29 +08:00
dg-cmp-results.sh (compare-$$.awk): Print name[old] and not non-existing nm[old].
2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org> * dg-cmp-results.sh (compare-$$.awk): Print name[old] and not non-existing nm[old]. From-SVN: r117006
This commit is contained in:
parent
69723be2b3
commit
c3382fba04
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user