Closed tiran closed 2 years ago
_decimal
has been broken on LTO + pydebug builds for a while. We just didn't notice because build failure was not fatal and did not cause the buildbot to break. Here is an older build run from two days ago, https://buildbot.python.org/all/#/builders/285/builds/2550
Bug report
GH-94474 caused several buildbots with GCC to fail to compile
_decimal
module with--with-pydebug --with-lto
option. 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 me