[dmd-internals] [D-Programming-Language/dmd] 7c2ea3: Fix issue 5809: [64 bit] wrong code for *p==0, whe...
GitHub
noreply at github.com
Thu May 10 10:04:04 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7c2ea37c476a2d7a289f54cbf1ee0e692d7a69a0
https://github.com/D-Programming-Language/dmd/commit/7c2ea37c476a2d7a289f54cbf1ee0e692d7a69a0
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-05-10 (Thu, 10 May 2012)
Changed paths:
M src/backend/cod3.c
M test/runnable/test22.d
Log Message:
-----------
Fix issue 5809: [64 bit] wrong code for *p==0, when widening conversion occurs
Bug was introduced in commit 3cdb9f52, but it never worked on 64bits, so it is
not a regression.
Commit: cbbfc0ae79bb7be84ce80e0485f3ad167aa89574
https://github.com/D-Programming-Language/dmd/commit/cbbfc0ae79bb7be84ce80e0485f3ad167aa89574
Author: Walter Bright <walter at walterbright.com>
Date: 2012-05-10 (Thu, 10 May 2012)
Changed paths:
M src/backend/cod3.c
M test/runnable/test22.d
Log Message:
-----------
Merge pull request #938 from donc/wrongcode5809_64bit
5809: [64 bit] wrong code for *p==0, when widening conversion occurs
Compare: https://github.com/D-Programming-Language/dmd/compare/786382f...cbbfc0a
More information about the dmd-internals
mailing list