Skip to content

z3 build fixes for GCC-15 #14599

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

xiphmont
Copy link

This PR is a backport of two patches from the main branch of the z3 project that fixes a few build problems that (miraculously) didn't surface before. Each is a typo/bitrot where an unused header-defined override calls a method by the wrong name, or calls a method that just doesn't exist.

In addition, it turns out lp/column_info.h (which contains a few such bugs) has been completely unused for some time. This patch removes it.

See upstream commits 2ce89e5f491fa817d02d8fdce8c62798beab258b and e4b3df218952c2a0ccef13e11abb8e5c5ad3a61b.

This PR is a backport of two patches from the main branch of the z3
project that fixes a few build problems that (miraculously) didn't
surface before.  Each is a typo/bitrot where an unused header-defined
override calls a method by the wrong name, or calls a method that just
doesn't exist.

In addition, it turns out lp/column_info.h (which contains a few such
bugs) has been completely unused for some time.  This patch removes
it.

See upstream commits 2ce89e5f491fa817d02d8fdce8c62798beab258b and
e4b3df218952c2a0ccef13e11abb8e5c5ad3a61b.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant