Skip to content

rts: Fix CCS initialization in newArrayArray#

Ben Gamari requested to merge wip/T22129-9.2 into ghc-9.2

Strangely, newArrayArray# previously initialized the new array's cost-center as W_[CCCS] instead of CCCS. Naturally, this is quite wrong and caused #22129.

Closes #22129.

Merge request reports