Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)
authorCarlos O'Donell <carlos@systemhalted.org>
Mon, 15 Feb 2016 00:27:06 +0000 (19:27 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Mon, 15 Feb 2016 01:09:52 +0000 (20:09 -0500)
commit3c47c83a9730c20e602694505b9278c25637b0d0
treec6f859629e8c270ef682459d2d314e7d68ba51f1
parent1233be76694ca81454f61e2ba5a2fb5830840191
Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)

In ICO C++11 mode ensure that isinff, isinfl, isnanf, and isnanl
are defined.  These functions were accidentally removed from the
header as part of commit d9b965fa56350d6eea9f7f438a0714c7ffbb183f,
but being GNU extensions, they should have been left in place.
ChangeLog
math/Makefile
math/bits/mathcalls.h
math/test-math-isinff.cc [new file with mode: 0644]