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 vstinner
Recipients koobs, mark.dickinson, vstinner
Date 2017-04-20.17:52:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492710733.59.0.440958327445.issue30104@psf.upfronthosting.co.za>
In-reply-to
Content
Much simpler test:

[haypo@freebsd ~/prog/python/master]$ clang40 -O1 dtoa5.c -o x && ./x
k=1
aadj=3.364
test ok
[haypo@freebsd ~/prog/python/master]$ clang40 -O2 dtoa5.c -o x && ./x
k=1
aadj=1.682
test FAILED: BUG!
History
Date User Action Args
2017-04-20 17:52:13vstinnersetrecipients: + vstinner, mark.dickinson, koobs
2017-04-20 17:52:13vstinnersetmessageid: <1492710733.59.0.440958327445.issue30104@psf.upfronthosting.co.za>
2017-04-20 17:52:13vstinnerlinkissue30104 messages
2017-04-20 17:52:13vstinnercreate