[PATCH] D106538: [flang][OpenMP] Add semantic check for cancellation nesting

Mats Petersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 13 09:44:35 PDT 2021


Leporacanthicus added a comment.

It would seem that your patch may have broken some builds:
https://lab.llvm.org/buildbot/#/builders/175/builds/2077

There are default cases in switches, where those defaults can not be reached because all cases are covered.

Proibably relatively easy to fix by deleting those default statements.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106538



More information about the llvm-commits mailing list