https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96016
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You need to use the *l variants of the math functions in c or use tgmath.h
which will cause the standard math functions to be type generic.
