[issue28152] Clang warnings: code will never be executed

2016-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Victor. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue28152] Clang warnings: code will never be executed

2016-12-05 Thread STINNER Victor
STINNER Victor added the comment: My commits fixed all warnings using clang 3.8.0 on Fedora 25. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue28152] Clang warnings: code will never be executed

2016-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c7055305f69 by Victor Stinner in branch 'default': Issue #28152: Fix -Wunreachable-code warning on clang https://hg.python.org/cpython/rev/7c7055305f69 -- ___ Python tracker

[issue28152] Clang warnings: code will never be executed

2016-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset b3f1210d098d by Victor Stinner in branch 'default': Issue #28152: Fix -Wunreachable-code warnings on Clang https://hg.python.org/cpython/rev/b3f1210d098d New changeset 390fbb9c5e59 by Victor Stinner in branch 'default': Issue #28152: Fix -Wunreachab

[issue28152] Clang warnings: code will never be executed

2016-09-14 Thread STINNER Victor
New submission from STINNER Victor: The issue #23545 enabled extra warnings on GCC. Clang on FreeBSD now complains about unreachable (dead) code: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/281/steps/compile/logs/warnings%20%2814%29 Python/ast.c:3