This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r123716 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: paolo
Date: Wed Apr 11 16:19:15 2007
New Revision: 123716

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123716
Log:
2007-04-11  Paolo Carlini  <pcarlini@suse.de>

	* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
	ios_base&, ios_base::iostate&, void*&)): Fix for sizeof(void*)
	> sizeof(unsigned long).

	* testsuite/22_locale/num_get/get/char/1.cc: Fix void* test.
	* testsuite/22_locale/num_get/get/wchar_t/1.cc: Likewise.

	* testsuite/22_locale/num_put/put/char/1.cc: Tweak comment.
	* testsuite/22_locale/num_put/put/wchar_t/1.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/locale_facets.tcc
    trunk/libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc
    trunk/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/1.cc
    trunk/libstdc++-v3/testsuite/22_locale/num_put/put/char/1.cc
    trunk/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/1.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]