Skip to content

<optional>: Extend compiler bug workaround to MSVC #5407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

StephanTLavavej
Copy link
Member

#5369 revealed VSO-2444237 "[RWC][prod/fe][std:c++latest][Regression] LLVM failed with Assertion failed: ParseTree::Utility::SigStack::sigStack.size() == 1".

@xiangfan-ms tracked this down to the introduction of _Derived_from_optional and reduced it to a library-free repro. The compiler is having trouble with the lambda's templated function call operator.

To unblock our Real World Code test suite, we should extend the workaround we're currently using for EDG to also cover MSVC.

@StephanTLavavej StephanTLavavej added the enhancement Something can be improved label Apr 14, 2025
@StephanTLavavej StephanTLavavej requested a review from a team as a code owner April 14, 2025 02:27
@github-project-automation github-project-automation bot moved this to Initial Review in STL Code Reviews Apr 14, 2025
@StephanTLavavej StephanTLavavej moved this from Initial Review to Final Review in STL Code Reviews Apr 14, 2025
@StephanTLavavej StephanTLavavej moved this from Final Review to Ready To Merge in STL Code Reviews Apr 17, 2025
@StephanTLavavej StephanTLavavej moved this from Ready To Merge to Merging in STL Code Reviews Apr 22, 2025
@StephanTLavavej
Copy link
Member Author

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 7b4119a into microsoft:main Apr 22, 2025
39 checks passed
@github-project-automation github-project-automation bot moved this from Merging to Done in STL Code Reviews Apr 22, 2025
@StephanTLavavej StephanTLavavej deleted the rdparser-workaround branch April 22, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something can be improved
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants