https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924
--- Comment #3 from g.peterh...@t-online.de ---
But in your documentation
https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html it is stated that the
__builtin's would be available for all FP types.
For upcoming standards https://en.cppreferenc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924
--- Comment #2 from Jonathan Wakely ---
You should just use std::numeric_limits::quiet_NaN() instead
of a non-standard, non-portable, non-existent built-in.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1