[all-commits] [llvm/llvm-project] e1ba1b: [flang] Account for accessibility in extensibility...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Feb 27 14:31:18 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1ba1be787b845e9c174430e5005584e9d23362a
https://github.com/llvm/llvm-project/commit/e1ba1be787b845e9c174430e5005584e9d23362a
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/resolve34.f90
Log Message:
-----------
[flang] Account for accessibility in extensibility check (#128765)
A derived type with a component of the same name as the type is not
extensible... unless the extension occurs in another module where the
conflicting component is inaccessible.
Fixes https://github.com/llvm/llvm-project/issues/126114.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list