rsmith added a comment.

FYI: I posted a patch to implement the "manifestly constant evaluated" rule as 
https://reviews.llvm.org/D89360. It looks like the stricter rule doesn't work 
in practice; far too much C++ code uses `-frounding-math` and expects to be 
able to still include things like standard library headers that define 
`constexpr` functions and variables that involve floating-point rounding.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87528/new/

https://reviews.llvm.org/D87528

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to