https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118246
newbie-02 <newbie-02 at gmx dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|WAITING |RESOLVED
--- Comment #6 from newbie-02 <newbie-02 at gmx dot de> ---
(In reply to newbie-02 from comment #0)
> my system finds '_MIN' and '_MAX' values for all datatypes,
> and '_TRUE_MIN' for the smallest denormals, except 'FLT128_TRUE_MIN'.
seems to work better with a
#define _GNU_SOURCE
in the header / declarations.
happy new year!