April 17, 2013 [dmd-internals] [D-Programming-Language/dmd] de3a12: Fix issue 9938 ICE using global interface variable... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: de3a12435a92b6309ab11684c149eb527e458b75 https://github.com/D-Programming-Language/dmd/commit/de3a12435a92b6309ab11684c149eb527e458b75 Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-04-17 (Wed, 17 Apr 2013) Changed paths: M src/interpret.c M test/runnable/interpret.d Log Message: ----------- Fix issue 9938 ICE using global interface variable in CTFE Can't just use getValue() to get the value of the 'this', it might be a global. Commit: a799e8845e8f5020e7993e6b35c002d416e5879e https://github.com/D-Programming-Language/dmd/commit/a799e8845e8f5020e7993e6b35c002d416e5879e Author: Walter Bright <walter@walterbright.com> Date: 2013-04-17 (Wed, 17 Apr 2013) Changed paths: M src/interpret.c M test/runnable/interpret.d Log Message: ----------- Merge pull request #1906 from donc/ctfe9938classglobal 9938 ICE using global interface variable in CTFE Compare: https://github.com/D-Programming-Language/dmd/compare/0630526408b4...a799e8845e8f |
Copyright © 1999-2021 by the D Language Foundation