[Chapel Merge] Fix compilation errors with rank change/reindex pr

Branch: refs/heads/master
Revision: 85ebfb3
Author: mppf
Log Message:

Merge pull request #16363 from mppf/fix-view-privatization-comp-error

Fix compilation errors with rank change/reindex privatize

Follow-up to PR #16180 to fix compilation errors related to assignment
between rank change / reindex arrays that differ in ownsArrInstance.
These errors were coming about due to privatization support code.

Trivial and not reviewed.

  • [x] full local testing
  • [x] --no-local testing

Modified Files:
M modules/internal/ArrayViewRankChange.chpl
M modules/internal/ArrayViewReindex.chpl
M modules/internal/ChapelArray.chpl

Compare: https://github.com/chapel-lang/chapel/compare/9b25460dbb95...85ebfb3f3ae4