[flang-commits] [PATCH] D155962: [flang] Compare component types In AreSameComponent()

Paul Robinson via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Jul 21 14:14:06 PDT 2023


probinson added a comment.

@klausler this commit added a file `generic05.f90` when there was already a file in the same directory named `generic05.F90`. Note the difference `f` versus `F`. This causes checkouts on Windows to be unusable, because it has a case-insensitive filesystem.

Please revert this and change the name of the test file before recommitting. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155962



More information about the flang-commits mailing list