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]

gcc/libstdc++-v3 ChangeLog include/std/std_lim ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	rth@gcc.gnu.org	2002-09-04 16:22:18

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/std: std_limits.h 
	libstdc++-v3/src: limits.cc 

Log message:
	* include/std/std_limits.h (__glibcpp_f32_infinity_bytes,
	__glibcpp_f32_has_infinity, __glibcpp_f64_infinity_bytes,
	__glibcpp_f64_has_infinity, __glibcpp_f80_infinity_bytes,
	__glibcpp_f80_has_infinity, __glibcpp_f96_infinity_bytes,
	__glibcpp_f96_has_infinity, __glibcpp_f128_infinity_bytes,
	__glibcpp_f128_has_infinity, __glibcpp_float_infinity_bytes,
	__glibcpp_float_has_infinity, __glibcpp_double_infinity_bytes,
	__glibcpp_double_has_infinity, __glibcpp_long_double_infinity_bytes,
	__glibcpp_long_double_has_infinity): Remove.
	(std::numeric_limits<float>, std::numeric_limits<double>,
	std::numeric_limits<long double>): Use __builtin_huge_val
	to implement has_infinity and infinity().
	* src/limits.cc (__glibcpp_float_infinity, __glibcpp_double_infinity,
	__glibcpp_long_double_infinity): Remove.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1336&r2=1.1337
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_limits.h.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/limits.cc.diff?cvsroot=gcc&r1=1.6&r2=1.7


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