aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/4425360.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/4425360.C')
-rw-r--r--gcc/testsuite/g++.dg/4425360.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/4425360.C b/gcc/testsuite/g++.dg/4425360.C
index 6843a02dc7f..737565c7e07 100644
--- a/gcc/testsuite/g++.dg/4425360.C
+++ b/gcc/testsuite/g++.dg/4425360.C
@@ -27,7 +27,7 @@ int main (int argc, char * const argv[])
}
packet->next = 0;
/* printf("in loop %d head = 0x%X next = 0x%X\n", count, (unsigned int)head, (unsigned int)head->next); */
- printf("", count, (unsigned int)head, (unsigned int)head->next);
+ printf("", count, head, head->next);
} while (++count < num);
if (!head->next)
abort ();