[Bug c++/109924] missing __builtin_nanf16b

2023-06-03 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109924 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/109924] missing __builtin_nanf16b

2023-06-03 Thread g.peterhoff--- via Gcc-bugs
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

[Bug c++/109924] missing __builtin_nanf16b

2023-05-22 Thread redi at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/109924] missing __builtin_nanf16b

2023-05-21 Thread jakub at gcc dot gnu.org via Gcc-bugs
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