A recent change that corrected the name resolution of a generic interface
when the same name was visible in scope incorrectly prevented a local
generic from shadowing an outer name that is not a generic, subprogram,
or derived type -- e.g., a simple variable -- leading to an inappropriate
error message.
Details
Details
- Reviewers
vdonaldson - Commits
- rGbf8f9b35c10a: [flang] Fix regression from generic fix
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo