[dmd-internals] [D-Programming-Language/dmd] 9a732a: Fix issue 8624 Regression: CTFE: long comparisons ...
GitHub
noreply at github.com
Mon Sep 10 01:33:01 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9a732a03c9f671a7c45a9f7dbe485a0b3489f997
https://github.com/D-Programming-Language/dmd/commit/9a732a03c9f671a7c45a9f7dbe485a0b3489f997
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-09-07 (Fri, 07 Sep 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 8624 Regression: CTFE: long comparisons completely broken
An implicit narrowing cast from long to int. Catastrophic.
Commit: 475178efa63597d6d55a074406678ab92f1075ed
https://github.com/D-Programming-Language/dmd/commit/475178efa63597d6d55a074406678ab92f1075ed
Author: Walter Bright <walter at walterbright.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #1112 from donc/regression8624ctfe
Fix issue 8624 Regression: CTFE: long comparisons completely broken
Compare: https://github.com/D-Programming-Language/dmd/compare/299c489f78b2...475178efa635
More information about the dmd-internals
mailing list