[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0adfbafe8a99 by Jesus Cea in branch '2.7': Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h http://hg.python.org/cpython/rev/0adfbafe8a99 -- ___ Python tracker

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: -> compile error ___ Python tracker ___

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: fixed -> stage: committed/rejected -> patch review status: closed -> open type: compile error -> versions: +Python 2.7 ___ Python tracker __

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-01 Thread Christian Heimes
Christian Heimes added the comment: Jesús, I've used a slightly different comment in my patch. Python 3.3 and 3.4 now compile the core and modules without any warnings. 3.2 still has some warnings. -- nosy: +christian.heimes resolution: -> fixed stage: patch review -> committed/reject

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 280469ce6669 by Christian Heimes in branch '3.2': Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h http://hg.python.org/cpython/rev/280469ce6669 New changeset 470785a9fdd5 by Christian Heimes in branch '3.3': Issue #16588: Si

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-01 Thread Bruno Dupuis
Bruno Dupuis added the comment: I don't agree. Trash build logs are bad, trash code (I mean, in terms of utility, not quality :-) ) is far worst IMHO. The purpose of this bug, to me, is to try to find a neat way to suppress the warnings without touching the code, and if we can't, wich is proba

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Another patch proposal, not sure about which is cleaner. -- ___ Python tracker ___ ___ Python-bugs-

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Added file: http://bugs.python.org/file28177/z2.diff ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- title: gcc 4.7 ilegitimate unused-but-set warnings on Python/thread_pthread.h -> gcc 4.7 unused-but-set warnings on Python/thread_pthread.h ___ Python tracker __