-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
New warning: assignment to ‘_PyInterpreterFrame *’ from incompatible pointer type ‘_Py_UopsSymbol *’ [-Wincompatible-pointer-types]
#118343
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
Comments
Happens in Python/optimizer_cases.c.h |
Any updates on this? |
FWIW, for those with setups where warnings are treated as errors (my Fedora does this, not sure why the defaults are different), one can do |
Build failure with my Fedora 40. |
The build failure is due to gcc 14 changed policy |
Now on the Fedora 40, I am able to build with gcc-14, @lysnikolaou is it still reproduced? |
Fixed for me too. |
Issue fixed by #118380 |
This might need to get reopened. I'm encountering this error when trying to compile with the JIT on the main branch (but not 3.13, FWIW). |
It's looks like a new warning, so I think it's ok to open a new issue. |
Ok, will do. |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Popped up in https://github.com/python/cpython/pull/118334/files and https://github.com/python/cpython/pull/118338/files
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: