[flang-commits] [flang] [flang] Initializers for proc pointers in module files (PR #170349)

Lang Hames via flang-commits flang-commits at lists.llvm.org
Fri Dec 12 23:10:35 PST 2025


lhames wrote:

@klausler This commit is causing issues on macOS:
```sh
% git co 6a41ace~1                        
HEAD is now at 6f1e3c396812 [alpha.webkit.UncountedLocalVarsChecker] Ignore a VarDecl in "if" with trivial "then" (#171764)
% git stat
HEAD detached at 6f1e3c396812
nothing added to commit but untracked files present (use "git add" to track)
% git co  6a41ace
Previous HEAD position was 6f1e3c396812 [alpha.webkit.UncountedLocalVarsChecker] Ignore a VarDecl in "if" with trivial "then" (#171764)
HEAD is now at 6a41acef89b4 [flang] Initializers for proc pointers in module files (#170349)
% git stat
HEAD detached at 6a41acef89b4
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   flang/test/Semantics/modfile75.F90

no changes added to commit (use "git add" and/or "git commit -a")
```

The newly introduced `flang/test/Semantics/modfile75.f90` path differs from an existing `flang/test/Semantics/modfile75.F90` testcase path only by case `f` (`f90` vs `F90`), which causes problems on macOS's filesystem. Can the testcase be renamed?

https://github.com/llvm/llvm-project/pull/170349


More information about the flang-commits mailing list