swift icon indicating copy to clipboard operation
swift copied to clipboard

[Runtime] Mask out spare bits after copying for Error in CVW

Open drexin opened this issue 9 months ago • 1 comments

rdar://127379960

When the spare bits of an Error objects are used to store tag bits, this caused the enum tag to be lost, which caused the wrong enum cases to be matched.

drexin avatar May 03 '24 19:05 drexin

@swift-ci smoke test

drexin avatar May 03 '24 19:05 drexin

@swift-ci smoke test windows

drexin avatar May 06 '24 18:05 drexin