[PATCH] D143241: [Clang] Reset FP options before function instantiations

Jake Egan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 19:04:27 PDT 2023


Jake-Egan added a comment.

Hi, the following assertion is getting tripped on AIX:

  Assertion failed: *FpPragmaCurrentValue == SemaObj->FpPragmaStack.DefaultValue && "Expected a default pragma float_control value", file  /scratch/powerllvm/powerllvm_env/aix-ppc64/clang-ppc64-aix/llvm-project/clang/lib/Serialization/ASTReader.cpp, line 8150, void clang::ASTReader::UpdateSema()()

https://lab.llvm.org/buildbot/#/builders/214/builds/8309/steps/6/logs/FAIL__Clang__late-parsed-instantiations_cpp


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143241



More information about the cfe-commits mailing list