This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author djc
Recipients djc
Date 2013-02-05.16:24:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360081451.14.0.916980822692.issue17136@psf.upfronthosting.co.za>
In-reply-to
Content
I recently filed http://llvm.org/bugs/show_bug.cgi?id=15153, prompted by https://bugs.gentoo.org/show_bug.cgi?id=427338 (for 2.7, and https://bugs.gentoo.org/show_bug.cgi?id=427330 for 3.2), for which I found http://bugs.python.org/issue9852. Similar issues have subsequently been found in http://bugs.python.org/issue13370. The latter has been fixed in http://hg.python.org/cpython/rev/a425f2697273 (for 2.7 -- other branches were affected as well), but that fix is incorrectly scoped to just OS X.

It looks like clang is actually right here, and gcc is wrong; see their bug at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46942 (clang has a bug for this at http://llvm.org/bugs/show_bug.cgi?id=15153).
History
Date User Action Args
2013-02-05 16:24:11djcsetrecipients: + djc
2013-02-05 16:24:11djcsetmessageid: <1360081451.14.0.916980822692.issue17136@psf.upfronthosting.co.za>
2013-02-05 16:24:11djclinkissue17136 messages
2013-02-05 16:24:10djccreate