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 skrah
Recipients cstratak, matrixise, serhiy.storchaka, skrah, vstinner, zach.ware
Date 2017-08-18.18:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503081884.19.0.769659616005.issue30923@psf.upfronthosting.co.za>
In-reply-to
Content
So I installed gcc-7.2.0 from source. Hilariously compiling gcc *itself*
emits fallthrough warnings!

Then I tried to be a good open source drone and add 20 /* fall through */
comments to libmpdec.

gcc is too stupid to recognize the /* fall through */ at the #endif
position.


Perhaps the author of this gcc warning wants to submit a patch.
History
Date User Action Args
2017-08-18 18:44:44skrahsetrecipients: + skrah, vstinner, zach.ware, serhiy.storchaka, matrixise, cstratak
2017-08-18 18:44:44skrahsetmessageid: <1503081884.19.0.769659616005.issue30923@psf.upfronthosting.co.za>
2017-08-18 18:44:44skrahlinkissue30923 messages
2017-08-18 18:44:44skrahcreate