[PATCH] D137719: [clang] Missed rounding mode use in constant evaluation

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 16 21:05:04 PST 2022


sepavloff added a comment.

Thanks!



================
Comment at: clang/test/AST/const-fpfeatures.c:37
 float _Complex C1d = C0;
 // CHECK: @C1d = {{.*}} { float, float } { float 1.000000e+00, float 1.000000e+00 }
----------------
aaron.ballman wrote:
> Should we add a test without the `-fexperimental-strict-floating-point` on the RUN line?
Yes, I will remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137719



More information about the cfe-commits mailing list