[issue27270] 'parentheses-equality' warnings when building with clang and ccache

2016-06-14 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27270] 'parentheses-equality' warnings when building with clang and ccache

2016-06-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 18e960f930ab by Xavier de Gaye in branch 'default': Issue #27270: `parentheses-equality` warnings when building with clang and ccache. https://hg.python.org/devguide/rev/18e960f930ab -- nosy: +python-dev ___

[issue27270] 'parentheses-equality' warnings when building with clang and ccache

2016-06-09 Thread STINNER Victor
STINNER Victor added the comment: clang_ccache.patch LGTM. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue27270] 'parentheses-equality' warnings when building with clang and ccache

2016-06-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: I like this suggestion. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27270] 'parentheses-equality' warnings when building with clang and ccache

2016-06-08 Thread Xavier de Gaye
New submission from Xavier de Gaye: Building Python with clang and ccache produces about 200 'parentheses-equality' warnings with the message: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] It seems that clang does not recognize that these extraneous pare