[dmd-internals] [D-Programming-Language/dmd] 648777: Fix issue 7380 Crash trying to use address of vari...
GitHub
noreply at github.com
Fri Mar 30 18:43:25 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 648777b74259462eaa402b657411f2bd5950c9b0
https://github.com/D-Programming-Language/dmd/commit/648777b74259462eaa402b657411f2bd5950c9b0
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 7380 Crash trying to use address of variable in struct constructor
at module level
Commit: 7536fd03d1326cbf5c327cce87f398dfbd46368d
https://github.com/D-Programming-Language/dmd/commit/7536fd03d1326cbf5c327cce87f398dfbd46368d
Author: Walter Bright <walter at walterbright.com>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #853 from donc/segfault7380
Fix issue 7380 segfault trying to use address of global variable in CTFE
Compare: https://github.com/D-Programming-Language/dmd/compare/23e616a...7536fd0
More information about the dmd-internals
mailing list