| Issue | 173095 |
|---|---|
| Summary | static float f = 0.f / 0.f; will not compile |
| Labels | new issue |
| Assignees | |
| Reporter | tydeman |
static float f = 0.f / 0.f; will not compile with clang 21.1.7 (and others) on Linux on Intel x86_64It should be a quiet NaN.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
