Message213634
| Author | Jeffrey.Walton |
|---|---|
| Recipients | Jeffrey.Walton, benjamin.peterson |
| Date | 2014-03-15.04:22:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1394857337.07.0.687521717838.issue20932@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here's another one I missed. The first is a problem due to silent truncation when casting from the double 3.40282e+38 to a float (or Clang is wrong). [ 10/389] test_struct /home/jwalton/Desktop/cpython-checkout/Objects/floatobject.c:2028: runtime error: value 3.40282e+38 is outside the range of representable values of type 'float' /home/jwalton/Desktop/cpython-checkout/Modules/_struct.c:792:15: runtime error: left shift of 72057594037927935 by 8 places cannot be represented in type 'long long' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-15 04:22:17 | Jeffrey.Walton | set | recipients: + Jeffrey.Walton, benjamin.peterson |
| 2014-03-15 04:22:17 | Jeffrey.Walton | set | messageid: <1394857337.07.0.687521717838.issue20932@psf.upfronthosting.co.za> |
| 2014-03-15 04:22:17 | Jeffrey.Walton | link | issue20932 messages |
| 2014-03-15 04:22:16 | Jeffrey.Walton | create | |