r232531 - in /branches/gcc-4_9-branch/libstdc++...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon Jan 18 16:28:00 GMT 2016
Author: redi
Date: Mon Jan 18 16:28:16 2016
New Revision: 232531
URL: https://gcc.gnu.org/viewcvs?rev=232531&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-4_9-branch/libstdc++-v3/testsuite/26_numerics/headers/cmath/60637.cc
Modified:
branches/gcc-4_9-branch/libstdc++-v3/ChangeLog
branches/gcc-4_9-branch/libstdc++-v3/include/c_global/cmath
More information about the Libstdc++-cvs
mailing list