[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 j...@jcea.es:


--
resolution: fixed - 
stage: committed/rejected - patch review
status: closed - open
type: compile error - 
versions: +Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 j...@jcea.es:


--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed
type:  - compile error

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 probable, we just 
tell the world : Yeah, we know this bug, it's not ours and it has no inpact.

Anyway, I do not know the official policy for this kind of problem, but I 
really think we should avoid adding dead code as a workaround for every bug of 
every supported version of each supported compiler.

--
versions:  -Python 2.7, Python 3.2, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Silence unused-but-set warnings in Python/thread_pthread.h
http://hg.python.org/cpython/rev/470785a9fdd5

New changeset 33b070ef0bad by Christian Heimes in branch 'default':
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
http://hg.python.org/cpython/rev/33b070ef0bad

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/rejected
status: open - closed
type:  - compile error
versions: +Python 3.2, Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 j...@jcea.es:


--
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 rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 j...@jcea.es:


Added file: http://bugs.python.org/file28177/z2.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue16588
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com