Commit 54e2e812 by Paolo Carlini Committed by Paolo Carlini

1.cc: Initialize v.

2007-04-11  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v.

From-SVN: r123717
parent 90737ab7
2007-04-11 Paolo Carlini <pcarlini@suse.de> 2007-04-11 Paolo Carlini <pcarlini@suse.de>
* testsuite/22_locale/num_get/get/wchar_t/1.cc: Initialize v.
2007-04-11 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type, * include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
ios_base&, ios_base::iostate&, void*&)): Fix for sizeof(void*) ios_base&, ios_base::iostate&, void*&)): Fix for sizeof(void*)
> sizeof(unsigned long). > sizeof(unsigned long).
......
...@@ -52,7 +52,7 @@ void test01() ...@@ -52,7 +52,7 @@ void test01()
double d; double d;
long double ld1 = 6.630025e+4; long double ld1 = 6.630025e+4;
long double ld; long double ld;
void* v; void* v = 0;
// cache the num_get facet // cache the num_get facet
wistringstream iss; wistringstream iss;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment