[flang-commits] [PATCH] D132167: [flang] Support for character array formats

David Spickett via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Aug 19 05:56:15 PDT 2022


DavidSpickett added a comment.

Our bot also has failures. This is just one reproducer I got, so I can't be 100% they're all due to this but I see 132 instances of it in the log, and there are 173 missing exe.

https://lab.llvm.org/buildbot/#/builders/179/builds/4281

  error: loc("./FM901-9bde42":47:7): 'llvm.call' op incorrect number of operands (5) for callee (expecting: 6)
  error: Lowering to LLVM IR failed
  flang-new: /home/david.spickett/llvm-project/llvm/lib/IR/Instructions.cpp:525: void llvm::CallInst::init(llvm::FunctionType *, llvm::Value *, ArrayRef<llvm::Value *>, ArrayRef<llvm::OperandBundleDef>, const llvm::Twine &): Assertion `(Args.size() == FTy->getNumParams() || (FTy->isVarArg() && Args.size() > FTy->getNumParams())) && "Calling a function with bad signature!"' failed.

Repro: F24201515: FM901-9bde42.zip <https://reviews.llvm.org/F24201515>

Though I think it's just https://github.com/llvm/llvm-test-suite/blob/main/Fortran/UnitTests/fcvs21_f95/FM901.f with formatting changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132167



More information about the flang-commits mailing list