STINNER Victor added the comment: The following commit broke _decimal compilation on the "x86 Tiger 3.x" buildbot:
commit 72b543308ee3087e3fa247981f5cb4be1138c515 Author: Stefan Krah <sk...@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" ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30923> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com