Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to Shayne Hiet-Block's wonderful internal MSVC-PR-487530, we can remove numerous test workarounds for the following internal bugs:
/clr
silent bad codegen withstd::_Signed128
multiplication/clr
System.AccessViolationException with parallelstd::mismatch
/clr
x86 runtime assertions/crashes with parallel algorithms/clr
C++20 x86 System.AccessViolationException withatomic<shared_ptr>
/clr
C++20 x64 System.AccessViolationException withviews::iota
andviews::transform
/clr
C++20 System.AccessViolationException with ranges uninitialized algorithmsI had to report and add a highly targeted workaround for one remaining bug:
/clr
C++20 x86 System.AccessViolationException withatomic<with_padding_bits<8>>
Because
/clr
isn't built on GitHub (yet), we can immediately remove these workarounds and "lock in" the fixes, without waiting for a VS Preview to ship.