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
_decimal fails to build with --with-pydebug --with-lto on GCC #94847
Labels
type-bug
An unexpected behavior, bug, or error
Comments
|
|
tiran
added a commit
to tiran/cpython
that referenced
this issue
Jul 14, 2022
tiran
added a commit
that referenced
this issue
Jul 18, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 18, 2022
…honGH-94848) (cherry picked from commit 97b4121) Co-authored-by: Christian Heimes <christian@python.org>
tiran
added a commit
that referenced
this issue
Jul 18, 2022
iritkatriel
pushed a commit
to iritkatriel/cpython
that referenced
this issue
Jul 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
GH-94474 caused several buildbots with GCC to fail to compile
_decimalmodule with--with-pydebug --with-ltooption. The problem did not show up when I was testing my PR on the build bot farm. I can reproduce the issue locally with GCC 12.1.1. Build does not fail with non-debug builds. Only the combination of LTO and debug fails for meThe text was updated successfully, but these errors were encountered: