[libquadmath, patch, committed] PR55225: Add a configure check whether math.h has signgam

Tobias Burnus burnus@net-b.de
Wed Nov 21 13:51:00 GMT 2012


POSIX's lgamma uses signgam – and hence has "extern int signgam" in math.h.

However, C99's lgamma doesn't mention signgam – and systems exist where 
math.h doesn't include it.

Solution: A configure check. Comitted as Rev. 193695.

Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signgam.diff
Type: text/x-patch
Size: 4168 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20121121/17c8df2f/attachment.bin>


More information about the Gcc-patches mailing list