Message291987
| 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:13 | vstinner | set | recipients: + vstinner, mark.dickinson, koobs |
| 2017-04-20 17:52:13 | vstinner | set | messageid: <1492710733.59.0.440958327445.issue30104@psf.upfronthosting.co.za> |
| 2017-04-20 17:52:13 | vstinner | link | issue30104 messages |
| 2017-04-20 17:52:13 | vstinner | create | |