June 07, 2013 [dmd-internals] [D-Programming-Language/dmd] 222b47: Fix bug 10280 CTFE: Circular variable initializers... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 222b4786551a3852890fed1f39e7da2d8b800f40 https://github.com/D-Programming-Language/dmd/commit/222b4786551a3852890fed1f39e7da2d8b800f40 Author: Don Clugston <emailsdontbelong@inarepository.com> Date: 2013-06-06 (Thu, 06 Jun 2013) Changed paths: M src/interpret.c A test/fail_compilation/circ10280.d Log Message: ----------- Fix bug 10280 CTFE: Circular variable initializers should be detected properly Use the existing 'inuse' mechanism to detect cycles. Commit: 4f9d979d32581a2750276e41cf46c18e9d16415d https://github.com/D-Programming-Language/dmd/commit/4f9d979d32581a2750276e41cf46c18e9d16415d Author: Walter Bright <walter@walterbright.com> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M src/interpret.c A test/fail_compilation/circ10280.d Log Message: ----------- Merge pull request #2140 from donc/circinit10280 10280 CTFE: Circular variable initializers should be detected properly Compare: https://github.com/D-Programming-Language/dmd/compare/307757119022...4f9d979d3258 |
Copyright © 1999-2021 by the D Language Foundation