Skip to content
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

C++: Fix cpp/iterator-to-expired-container FPs #16915

Merged

Conversation

MathiasVP
Copy link
Contributor

@MathiasVP MathiasVP commented Jul 6, 2024

We were missing a definition of the "address" of a SSA variable when the variable was represented by a call instruction. This was causing FPs on cpp/iterator-to-expired-container on some projects.

This fixes the FP added in #16913.

The removed result on cpp/type-confusion is also a FP that's now gone 🎉

@MathiasVP MathiasVP added the no-change-note-required This PR does not need a change note label Jul 6, 2024
@github-actions github-actions bot added the C++ label Jul 6, 2024
@MathiasVP MathiasVP force-pushed the fix-iterator-to-expired-container-fp-4 branch from d6c3500 to 0e6b2f0 Compare July 6, 2024 11:27
@MathiasVP MathiasVP marked this pull request as ready for review July 6, 2024 11:28
@MathiasVP MathiasVP requested a review from a team as a code owner July 6, 2024 11:28
@MathiasVP MathiasVP requested a review from geoffw0 July 8, 2024 10:06
Copy link
Contributor

@geoffw0 geoffw0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it does the job. The new test definitely adds some clarity here.

Can you tell what the DCA result difference is?

@MathiasVP
Copy link
Contributor Author

Can you tell what the DCA result difference is?

My mistake. On further inspection it was simply a wobble. In any case, this shouldn't change the conclusion. So I'll merge and move on 🤠

@MathiasVP MathiasVP merged commit 6359388 into github:main Jul 9, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants