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]

r232532 - in /branches/gcc-5-branch/libstdc++-v...


Author: redi
Date: Mon Jan 18 16:28:48 2016
New Revision: 232532

URL: https://gcc.gnu.org/viewcvs?rev=232532&root=gcc&view=rev
Log:
Fix C++98 std::signbit<long double>

	PR libstdc++/60637
	* include/c_global/cmath (signbit) [__cplusplus < 201103L]: Use
	__builtin_signbitf or __builtin_signbitl as appropriate.
	* testsuite/26_numerics/headers/cmath/60637.cc: New.

Added:
    branches/gcc-5-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/60637.cc
Modified:
    branches/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/gcc-5-branch/libstdc++-v3/include/c_global/cmath


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