The following declarations were missing a prototype:
FE_ROUND_MODE __fe_getround(); int __fe_raise_inexact();
Discovered while fixing a bug in Clang related to unprototyped function calls (D78125).
Differential D78205
[builtins] Fix unprototypes function declaration aykevl on Apr 15 2020, 6:43 AM. Authored by
Details The following declarations were missing a prototype: FE_ROUND_MODE __fe_getround(); int __fe_raise_inexact(); Discovered while fixing a bug in Clang related to unprototyped function calls (D78125).
Diff Detail
|