dg-cmp-results.sh (compare-$$.awk): Print name[old] and not non-existing nm[old].
authorBernhard Fischer <aldot@gcc.gnu.org>
Sun, 17 Sep 2006 22:13:26 +0000 (00:13 +0200)
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>
Sun, 17 Sep 2006 22:13:26 +0000 (00:13 +0200)
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

contrib/ChangeLog
contrib/dg-cmp-results.sh

index 35d29b96f126d8bf3e6a264af21a62627c7808c5..c0b3f98ca620e6a3ab1a4c93ed12ba24d9c5cc94 100644 (file)
@@ -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
index f5a4f09a616be9bd66dc9788feeeaa85ada3e8ec..753005db2048611494f32c368dba0d552980048e 100755 (executable)
@@ -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