August 26, 2013 [dmd-internals] [D-Programming-Language/dmd] 72b160: Issue 9982 case(b) wrong code for dotvar pointer a... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 72b160b53662feeb927175260f9e1b165b86009a https://github.com/D-Programming-Language/dmd/commit/72b160b53662feeb927175260f9e1b165b86009a Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: M src/interpret.c M test/compilable/interpret3.d Log Message: ----------- Issue 9982 case(b) wrong code for dotvar pointer assign The existing code was complicated and just plain wrong. Commit: 16c3d57ee460f368337bbd3f2dea39a1ff6e1903 https://github.com/D-Programming-Language/dmd/commit/16c3d57ee460f368337bbd3f2dea39a1ff6e1903 Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: M src/interpret.c M test/compilable/interpret3.d Log Message: ----------- Fix issue 9982 ICE on CTFE for pointer dereference CTFE assignments can resolve to a StructLiteral inplace assign. Commit: 418158232d83baaaa9336aac1ef3c2894a4090fe https://github.com/D-Programming-Language/dmd/commit/418158232d83baaaa9336aac1ef3c2894a4090fe Author: Walter Bright <walter@walterbright.com> Date: 2013-08-26 (Mon, 26 Aug 2013) Changed paths: M src/interpret.c M test/compilable/interpret3.d Log Message: ----------- Merge pull request #2498 from donc/ctfe9982dotvar 9982 ICE or wrong code for CTFE pointer dereference Compare: https://github.com/D-Programming-Language/dmd/compare/08d621c23226...418158232d83 |
Copyright © 1999-2021 by the D Language Foundation