gcc/libstdc++-v3/include
Paolo Carlini 44ecf60364 re PR libstdc++/21209 (signed integer overflow in num_get<>::_M_extract_int)
2005-04-26  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/21209
	* include/bits/locale_facets.tcc (_M_extract_int): Avoid signed
	integer overflow, always use a suited unsigned type in the main
	parsing loop.
	(struct __to_unsigned_type): New.
	* testsuite/22_locale/num_get/get/char/16.cc: New.
	* testsuite/22_locale/num_get/get/wchar_t/16.cc: Likewise.

From-SVN: r98768
2005-04-26 09:31:07 +00:00
..
backward cpp_type_traits.h: Add types to the structs thus making type_traits.h redundant... 2005-01-31 16:22:01 +00:00
bits re PR libstdc++/21209 (signed integer overflow in num_get<>::_M_extract_int) 2005-04-26 09:31:07 +00:00
c
c_compatibility
c_std acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies using _GLIBCXX_USE_C99_COMPLEX... 2005-03-24 05:45:45 +00:00
debug cpp_type_traits.h: Rename _M_type fields to __value... 2005-02-01 13:30:34 +00:00
ext 2005-04-14 Benjamin Kosnik <bkoz@redhat.com> 2005-04-15 04:07:45 +00:00
std re PR libstdc++/20352 (FAIL: 26_numerics/complex/pow.cc execution test) 2005-03-15 23:38:54 +00:00
tr1 memory, [...]: Use mutex to make _Sp_counted_base::add_ref_lock() thread-safe. 2005-04-05 12:08:55 +01:00
Makefile.am [multiple changes] 2005-04-01 03:35:59 +00:00
Makefile.in configure.ac: Create template for PACKAGE and VERSION. 2005-04-08 00:59:08 +00:00
stdc++.h