This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petriborg
Recipients christian.heimes, jcea, mark.dickinson, petriborg, serhiy.storchaka, vstinner
Date 2015-04-02.14:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427984670.18.0.896812494955.issue23786@psf.upfronthosting.co.za>
In-reply-to
Content
So this morning I got around to rebuilding the tool chain using GCC 4.9.2 and I'm happy to report that this problem goes away (no patch required)! So it must be some sort of problem with the 4.6 GCC.

I've still got the old tool chain around, and I'm happy to further patch / test if anyone at Python wants me to.

$ gcc --verbose
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/sparc-sun-solaris2.11/4.9.2/lto-wrapper
Target: sparc-sun-solaris2.11
Configured with: ../gcc-4.9.2/configure --prefix=/usr/local --enable-languages=c,c++ --disable-nls --with-gnu-as --with-gnu-ld --target=sparc-sun-solaris2.11
Thread model: posix
gcc version 4.9.2 (GCC)
History
Date User Action Args
2015-04-02 14:24:30petriborgsetrecipients: + petriborg, jcea, mark.dickinson, vstinner, christian.heimes, serhiy.storchaka
2015-04-02 14:24:30petriborgsetmessageid: <1427984670.18.0.896812494955.issue23786@psf.upfronthosting.co.za>
2015-04-02 14:24:30petriborglinkissue23786 messages
2015-04-02 14:24:29petriborgcreate