[all-commits] [llvm/llvm-project] 6cd232: [MLIR][NFC] Inline lambda to workaround gcc 9.1, 9....

kiranchandramohan via All-commits all-commits at lists.llvm.org
Tue Jun 16 07:37:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cd232056c3cdaf5e9eb85ede8e42d0db97f0f71
      https://github.com/llvm/llvm-project/commit/6cd232056c3cdaf5e9eb85ede8e42d0db97f0f71
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M mlir/lib/IR/AsmPrinter.cpp

  Log Message:
  -----------
  [MLIR][NFC] Inline lambda to workaround gcc 9.1,9.2 bug

gcc 9.1/9.2 has a bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90538)
which leads to an incorrect error when expanding parameter packs multiple
times in a lambda. Inlining this lambda to work around this issue.

Reviewed By: rriddle, CarolineConcatto

Differential Revision: https://reviews.llvm.org/D81828




More information about the All-commits mailing list