[dmd-internals] [D-Programming-Language/dmd] 2bd6ba: Fix bug 10211: CTFE: Allow cast S**->D**, if S*->D...
GitHub
noreply at github.com
Fri May 31 23:49:21 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2bd6ba3a62072c3c72e5565b80a51d0ed4bc221f
https://github.com/D-Programming-Language/dmd/commit/2bd6ba3a62072c3c72e5565b80a51d0ed4bc221f
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-05-30 (Thu, 30 May 2013)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix bug 10211: CTFE: Allow cast S**->D**, if S*->D* is OK
Commit: 320e4bd639c11e1d09965bc09f5a9849de9f25f4
https://github.com/D-Programming-Language/dmd/commit/320e4bd639c11e1d09965bc09f5a9849de9f25f4
Author: Walter Bright <walter at walterbright.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/ctfeexpr.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #2099 from donc/ctfe10211pointercasts
Fix bug 10211: CTFE: Allow cast S**->D**, if S*->D* is OK
Compare: https://github.com/D-Programming-Language/dmd/compare/641fc68c0bab...320e4bd639c1
More information about the dmd-internals
mailing list