summaryrefslogtreecommitdiff
path: root/test/files/run/t6331.check
Commit message (Collapse)AuthorAgeFilesLines
* Refine equality of Constant types over floating point values.Jason Zaugg2012-09-081-0/+23
The constant types for 0d and -0d should not be equal. This is implemented by checking equality of the result of doubleToRawLongBits / floatToRawIntBits, which also correctly considers two NaNs of the same flavour to be equal. Followup to SI-6331.