Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add (currently failing) test for double -> long long | 2010-02-06 | 1 | -1/+10 | |
| | | | | (I'm using long long for this test to work on 32-bit archs). | ||||
* | don't test unspecified behavior per ISO C (section F.4). this made | 2009-07-06 | 1 | -7/+1 | |
| | | | | | | machines following IEC/IEEE for fp arith fail, since they take more care of overflowed value. failure on zaurus reported by david@. ok millert@ | ||||
* | add test for an int overflow; found by otto@ on hppa | 2004-04-02 | 1 | -7/+15 | |
| | |||||
* | add missing includes | 2003-09-02 | 1 | -1/+3 | |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -4/+4 | |
| | |||||
* | fix the license | 2003-07-31 | 1 | -2/+2 | |
| | |||||
* | a double to int conversion test | 2003-02-12 | 1 | -0/+42 | |