-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
JIT does not build on the main branch #122869
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
I cannot reproduce it on current main. |
Ah, nevermind. For some reason on macOS it generates warning, not an error:
|
What version of GCC are you on? |
It's not a GCC; it's a clang. |
Oh, ok. I'm on clang 18.1, maybe it's a warning on future (or previous) versions. |
Can you share flags that are used by compiler? For example: gcc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -D_Py_TIER2=1 -D_Py_JIT -fstack-protector-strong -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include/internal/mimalloc -I. -I./Include -c ./Modules/selectmodule.c -o Modules/selectmodule.o |
|
Hi, I can reproduce the bug on Arch with |
Bug report
Bug description:
Configuring with
--enable-experimental-jit
and then trying to build causes the following error (same as in #118343):Note that this doesn't occur on the 3.13 branch!
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: