[Bug c/114181] New: issubnormal is a macro
g.peterhoff@t-online.de
gcc-bugzilla@gcc.gnu.org
Fri Mar 1 00:27:39 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114181
Bug ID: 114181
Summary: issubnormal is a macro
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: g.peterhoff@t-online.de
Target Milestone: ---
issubnormal is a macro and therefore not a (builtin)function.
This is incorrect, as no further issubnormal functions can be implemented, e.g.
for C++
namespace std
{
bool issubnormal(...);
}
thx
Gero
More information about the Gcc-bugs
mailing list