-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Lots of new compiler warnings: unknown warning option '-Wtrampolines' [-Wunknown-warning-option]
#121026
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
unknown warning option '-Wtrampolines' [-Wunknown-warning-option]
unknown warning option '-Wtrampolines' [-Wunknown-warning-option]
ah this is because apple gcc is alias of clang, we should exclude macOS case. I will submit the patch today. |
I was wondering if simply using the fourth argument of
|
Related commit? |
@nohlson You can submit the patch if you want! |
@corona10 I will submit a patch that makes all these additions to |
@nohlson Please ping me once you submit the patch, we should run build bot too :) |
…ure compatibility (pythongh-121030)
…ure compatibility (pythongh-121030)
…ure compatibility (pythongh-121030)
Bug report
I am building CPython on macos 14.5, m2 chip, gcc:
I have lots of warnings like
Things I've tried:
make clean
main
Looks like #120975 is the cause.
Please, note that buildbots of m1 workers also failed on this PR.
CC @nohlson @corona10
Linked PRs
The text was updated successfully, but these errors were encountered: