gcc/libstdc++-v3
Jonathan Wakely 8c8d74fe1e 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.

From-SVN: r232532
2016-01-18 16:28:48 +00:00
..
config Add __int128 symbols to x32 aseline_symbols.txt 2016-01-16 15:11:22 -08:00
doc Improve generated libstdc++ API docs 2015-12-11 12:46:50 +00:00
include Fix C++98 std::signbit<long double> 2016-01-18 16:28:48 +00:00
libsupc++ Backport fix for PR libstdc++/62258 from mainline 2015-09-03 16:10:25 +01:00
po Makefile.in: Regenerate with automake-1.11.6. 2015-08-18 18:58:06 +01:00
python re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reload by GDB) 2015-11-20 19:10:12 +00:00
scripts Improve generated libstdc++ API docs 2015-12-11 12:46:50 +00:00
src libstdc++/68921 add timeout argument to futex(2) 2015-12-16 11:48:55 +00:00
testsuite Fix C++98 std::signbit<long double> 2016-01-18 16:28:48 +00:00
ChangeLog Fix C++98 std::signbit<long double> 2016-01-18 16:28:48 +00:00
ChangeLog-1998 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-1999 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2000 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2001 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2002 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2003 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2004 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2005 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2006 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2007 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2008 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2009 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2010 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2011 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2012 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2013 * ChangeLog-2013: Correct an old entry. 2014-05-26 23:49:19 +02:00
ChangeLog-2014 Rotate libstdc++-v3/ChangeLog 2015-01-02 16:50:36 +00:00
Makefile.am Update copyright years. 2015-01-05 13:33:28 +01:00
Makefile.in Makefile.in: Regenerate with automake-1.11.6. 2015-08-18 18:58:06 +01:00
README
acinclude.m4 Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:25:07 +00:00
aclocal.m4 Makefile.in: Regenerate with automake-1.11.6. 2015-08-18 18:58:06 +01:00
config.h.in Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:25:07 +00:00
configure * configure: Regenerate. 2015-11-26 08:51:04 -05:00
configure.ac Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:25:07 +00:00
configure.host re PR target/66200 (GCC for ARM / AArch64 doesn't define TARGET_RELAXED_ORDERING) 2015-06-24 09:59:28 +00:00
crossconfig.m4 Remove obsolete Solaris 9 support 2014-04-22 12:30:59 +00:00
fragment.am Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
linkage.m4 linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New. 2013-02-11 12:50:13 -05:00

README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.