sepavloff added a comment.

In D87528#2312230 <https://reviews.llvm.org/D87528#2312230>, @mibintc wrote:

> For the LIT test clang/test/AST/const-fpfeatures.cpp, currently failing in 
> this patch, the variables V1 and others are initialized via call to "global 
> var init" which performs the rounding at execution time, I think that's 
> correct not certain.

This file does not contain `pragma STDC FENV_ACCESS`. As for using `pragma STDC 
FENV_ROUND` in constexpr functions, I don't see any reason to prohibit it.

Could it be a result of setting rounding mode to `dynamic`?


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