[PATCH] D93769: [clang] Add support for option -ffp-eval-method and extend #pragma float_control similarly

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 30 06:24:11 PDT 2021


erichkeane added a comment.

In D93769#2972151 <https://reviews.llvm.org/D93769#2972151>, @matthewtff wrote:

>> It looks like Melanie asked the questions but it wasn't resolved.
>
> Can this CL be reverted and relanded later with a fix? This breakage is crucial for a lot of remote/distributed compilation systems.

Did someone perhaps fix this in trunk?  I don't see it on godbolt: https://godbolt.org/z/r76rx5Evd

See the preprocessed version ends up being:

int main() {

  std::cout << "Hello, " "One" << std::endl;

}


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93769



More information about the cfe-commits mailing list