[PATCH] D77815: [flang] Fix setting mxcsr on MSVC

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 03:23:26 PDT 2020


ro added a comment.

I just tried a 2-stage build on `amd64-pc-solaris2.11`, which failed:

  FAILED: tools/flang/unittests/Evaluate/CMakeFiles/FortranEvaluateTesting.dir/fp-testing.cpp.o
  [...]
  In file included from /vol/llvm/src/llvm-project/local/flang/unittests/Evaluate/fp-testing.cpp:1:
  /vol/llvm/src/llvm-project/local/flang/unittests/Evaluate/fp-testing.h:22:10: error: private field 'currentFenv_' is not used [-Werror,-Wunused-private-field]
    fenv_t currentFenv_;
           ^
  1 error generated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77815





More information about the llvm-commits mailing list