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 skip.montanaro
Recipients skip.montanaro
Date 2015-05-29.13:51:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432907477.51.0.798249204562.issue24324@psf.upfronthosting.co.za>
In-reply-to
Content
Makefile.pre defines BASECFLAGS to include -Wunreachable-code. When building in the Linux environment available to me (GCC 4.4.6), compilation spews tons of warnings about "warning: will never be executed". According to this StackOverflow thread:

http://stackoverflow.com/questions/14591778/

that flag was always broken in GCC and was eventually removed in 4.5. Maybe we should dispense with it when building Python, at least unless requested by the user.
History
Date User Action Args
2015-05-29 13:51:17skip.montanarosetrecipients: + skip.montanaro
2015-05-29 13:51:17skip.montanarosetmessageid: <1432907477.51.0.798249204562.issue24324@psf.upfronthosting.co.za>
2015-05-29 13:51:17skip.montanarolinkissue24324 messages
2015-05-29 13:51:17skip.montanarocreate