[all-commits] [llvm/llvm-project] 71d4a5: [flang] Fix flang GCC Buildbot broken by D130731

zero9178 via All-commits all-commits at lists.llvm.org
Mon Aug 1 13:16:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 71d4a5502f76ccf3b37816628a2300937fafd90b
      https://github.com/llvm/llvm-project/commit/71d4a5502f76ccf3b37816628a2300937fafd90b
  Author: Markus Böck <markus.boeck02 at gmail.com>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M flang/lib/Optimizer/CodeGen/CodeGen.cpp

  Log Message:
  -----------
  [flang] Fix flang GCC Buildbot broken by D130731

GCC and that specific build bot issued warnings turned errors, due to a narrowing conversion from `unsigned` to `int32_t`. Silence these via a static_cast.




More information about the All-commits mailing list