[PATCH] D87528: Enable '#pragma STDC FENV_ACCESS' in frontend

Mikael Holmén via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 00:13:10 PDT 2020


uabelho added a comment.

We got similar problems for our downstream target. We worked around that by bailing out early in PragmaSTDC_FENV_ACCESSHandler::HandlePragma for our target but perhaps one could check hasStrictFP() instead and ignore the pragma if that is false?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87528



More information about the cfe-commits mailing list