This PR suggests a temporary workaround for a compiler bug introduced in Visual Studio 2022 version 17.12.
This workaround is required to fix the CI until the upstream compiler bug is resolved.
fuzz/utxo_snapshot.cpp
with MSVC
#31307
This PR suggests a temporary workaround for a compiler bug introduced in Visual Studio 2022 version 17.12.
This workaround is required to fix the CI until the upstream compiler bug is resolved.
Visual Studio 2022 version 17.12 introduced a bug that causes an
internal compiler error.
See: https://github.com/bitcoin/bitcoin/issues/31303.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31307.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | maflcko, TheCharlatan, brunoerg |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
Can you link to your upstream bug report.
I haven’t reported this upstream yet, as I’ve been struggling to create minimal reproducible code.