Comment 19 for bug 1783252

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: greenlet 0.4.14 will not build on ppc64le

I think I get it all now.....

https://github.com/python-greenlet/greenlet/commit/9c8a65fddcffe161f38679a0b3289de9b25e2bc6.patch -> unbreaks with new gcc-7, but broken again with old gcc-5 again

And hence you are stuck between a rock and a hard-place.... either hack-up a Frankenstein toolchain or somehow revert future-proof correct upstream code, for sake of older buggy gcc.

I wonder if greenlet could somehow detect buggy compiler and still build with it... 😂