Re: [PATCH, d] Fix IdentityExp comparison for complex floats

2018-11-25 Thread Iain Buclaw
On Sat, 24 Nov 2018 at 11:43, Johannes Pfau wrote: > > Currently all identity comparisons for complex types (c1 is c2) return > true. This is caused by the rrent implementation being only correct for > real types, so this adds new code for the complex type cases. > > Fixes https://bugzilla.gdcproj

[PATCH, d] Fix IdentityExp comparison for complex floats

2018-11-24 Thread Johannes Pfau
Currently all identity comparisons for complex types (c1 is c2) return true. This is caused by the rrent implementation being only correct for real types, so this adds new code for the complex type cases. Fixes https://bugzilla.gdcproject.org/show_bug.cgi?id=309 Tested on x86_64-linux-gnu and on