[flang-commits] [flang] [flang][cuda] Only apply the implicit data attribute on the component for use_device (PR #192146)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Sun Apr 19 18:21:47 PDT 2026
================
@@ -199,6 +200,8 @@ void DerivedTypeSpec::ReevaluateParameters(SemanticsContext &context) {
EvaluateParameters(context);
}
+void DerivedTypeSpec::PrepareForScopeClone() { scope_ = nullptr; }
----------------
eugeneepshteyn wrote:
Should `instantiated_` be set to false here?
https://github.com/llvm/llvm-project/pull/192146
More information about the flang-commits
mailing list