[issue46663] test_math test_cmath test_complex fails on Fedora Rawhide buildbots

2022-02-25 Thread STINNER Victor
STINNER Victor added the comment: Rawhide buildbots are back to green: GCC has been fixed, I close the issue. Moreover, Python 3.11 now uses NAN constant or __builtin_nan(""). -- resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue46663] test_math test_cmath test_complex fails on Fedora Rawhide buildbots

2022-02-07 Thread STINNER Victor
STINNER Victor added the comment: > @vstinner What was the change that caused the buildbots to start failing? Did > the GCC version get updated on those machines between the last runs and this > one, or was the change due to recent PRs in Python? It's a GCC regression. GCC is updated

[issue46663] test_math test_cmath test_complex fails on Fedora Rawhide buildbots

2022-02-07 Thread Mark Dickinson
Mark Dickinson added the comment: @vstinner What was the change that caused the buildbots to start failing? Did the GCC version get updated on those machines between the last runs and this one, or was the change due to recent PRs in Python? -- nosy: +mark.dickinson

[issue46663] test_math test_cmath test_complex fails on Fedora Rawhide buildbots

2022-02-06 Thread STINNER Victor
New submission from STINNER Victor : PPC64LE Fedora Rawhide LTO 3.10: https://buildbot.python.org/all/#/builders/674/builds/543 3 tests failed: test_cmath test_complex test_math That's a GCC 12 regression: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104389 -- components: Tests