================ @@ -222,6 +222,8 @@ C23 Feature Support the same translation unit but from different types. - ``-MG`` now silences the "file not found" errors with ``#embed`` when scanning for dependencies and encountering an unknown file. #GH165632 +- Allow NaN in constant expression evaluation to maintain consistency with ---------------- shafik wrote:
Diverging in constant expressions is pretty visible and if we don't think other implementations will follow then I am not sure what the gain is. We can either convince other implementations this is the direction to go or convince WG21 but going out on our own here does not seem like it will helps people. This won't improve safety and I don't think this will allow us to do something we can't do otherwise, if perhaps less convenient. https://github.com/llvm/llvm-project/pull/167892 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
