From 54e2e812fed6491f6bc4b64e99825a3a22c58262 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 11 Apr 2007 15:22:34 +0000 Subject: [PATCH] 1.cc: Initialize v. 2007-04-11 Paolo Carlini * testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v. From-SVN: r123717 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index aac77481143..5b4e65f2f03 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2007-04-11 Paolo Carlini + + * testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v. + 2007-04-11 Paolo Carlini * include/bits/locale_facets.tcc (num_get<>::do_get(iter_type, diff --git a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc index 43cfa93df3c..60457f70793 100644 --- a/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc +++ b/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc @@ -52,7 +52,7 @@ void test01() double d; long double ld1 = 6.630025e+4; long double ld; - void* v; + void* v = 0; // cache the num_get facet wistringstream iss;