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 165559672
Recipients 165559672, vstinner
Date 2014-09-16.15:40:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410882050.74.0.0812703861447.issue22424@psf.upfronthosting.co.za>
In-reply-to
Content
Usually, you can workaround GCC bugs by disabling optimizations. You can try to modify Makefile to replace "-O3" with "-O2" or even "-O0" (disable all optimizations), and then try to run "make" again.



done    thanks a lot
History
Date User Action Args
2014-09-16 15:40:50165559672setrecipients: + 165559672, vstinner
2014-09-16 15:40:50165559672setmessageid: <1410882050.74.0.0812703861447.issue22424@psf.upfronthosting.co.za>
2014-09-16 15:40:50165559672linkissue22424 messages
2014-09-16 15:40:50165559672create