OSDN Git Service

2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Sep 2006 22:13:26 +0000 (22:13 +0000)
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Sep 2006 22:13:26 +0000 (22:13 +0000)
* 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

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

index 35d29b9..c0b3f98 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
 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        Port to hosts whose 'sort' and 'tail' implementations
index f5a4f09..753005d 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",
        # 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
        }
         if (name[old] != nm) {
            # The old test wasn't run this time and