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 vstinner
Recipients cstratak, matrixise, serhiy.storchaka, skrah, vstinner, zach.ware
Date 2017-08-18.10:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503052514.36.0.133998172563.issue30923@psf.upfronthosting.co.za>
In-reply-to
Content
The following commit broke _decimal compilation on the "x86 Tiger 3.x" buildbot:

commit 72b543308ee3087e3fa247981f5cb4be1138c515
Author: Stefan Krah <skrah@bytereef.org>
Date:   Thu Jul 13 20:54:20 2017 +0200

    bpo-30923: Suppress fall-through warnings in libmpdec. (#2698)

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/1068/steps/compile/logs/stdio

building '_decimal' extension
gcc -fno-strict-aliasing -Wsign-compare -g -O0 -Wall -Wstrict-prototypes -std=c99 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUNIVERSAL=1 -I/Users/db3l/buildarea/3.x.bolen-tiger/build/Modules/_decimal/libmpdec -I./Include -I. -I/usr/local/include -I/Users/db3l/buildarea/3.x.bolen-tiger/build/Include -I/Users/db3l/buildarea/3.x.bolen-tiger/build -c /Users/db3l/buildarea/3.x.bolen-tiger/build/Modules/_decimal/_decimal.c -o build/temp.macosx-10.4-i386-3.7-pydebug/Users/db3l/buildarea/3.x.bolen-tiger/build/Modules/_decimal/_decimal.o -Wno-implicit-fallthrough
cc1: error: unrecognized command line option "-Wno-implicit-fallthrough"
History
Date User Action Args
2017-08-18 10:35:14vstinnersetrecipients: + vstinner, skrah, zach.ware, serhiy.storchaka, matrixise, cstratak
2017-08-18 10:35:14vstinnersetmessageid: <1503052514.36.0.133998172563.issue30923@psf.upfronthosting.co.za>
2017-08-18 10:35:14vstinnerlinkissue30923 messages
2017-08-18 10:35:12vstinnercreate