1 Commits

Author SHA1 Message Date
ALEXks
e3eafeb5a2 fixed DIST::IO_PRIV detection 2025-09-11 08:06:20 +03:00

View File

@@ -275,7 +275,7 @@ static void findArrayRefs (SgExpression* ex, SgStatement* st, string fName, int
}
else
itNew->second.first->SetDistributeFlag(DIST::SPF_PRIV);
}
}
else if (isSgConstantSymb(symb) || inDataStat)
itNew->second.first->SetDistributeFlag(DIST::SPF_PRIV);
else