Skip to content

dirty MVAR after mutating TSO queue head

vdukhovni requested to merge trac-vdukhovni/ghc:putMVar-tso-queue-gc into master

This patch adds a missing "dirty_MVAR" call to 3 similar variants of putMVar, resolving #18919 (closed) Identical to !4557 (closed) which is the 8.10 version.

Merge request reports