July 19, 2012 [dmd-internals] [D-Programming-Language/dmd] b4b621: fix Issue 8400 - static array type cannot interpre... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: b4b6211c519cc744c83e2985fcfaafe68c0fad19 https://github.com/D-Programming-Language/dmd/commit/b4b6211c519cc744c83e2985fcfaafe68c0fad19 Author: k-hara <k.hara.pg@gmail.com> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M src/mtype.c M test/runnable/constfold.d Log Message: ----------- fix Issue 8400 - static array type cannot interpret dynamic array length Local variables always should be interpreted to detect whether it is really constant expression or not. Commit: 0dad66820b826d4ee55a82f0a692548c5bd511af https://github.com/D-Programming-Language/dmd/commit/0dad66820b826d4ee55a82f0a692548c5bd511af Author: Don Clugston <dclugston@googlemail.com> Date: 2012-07-19 (Thu, 19 Jul 2012) Changed paths: M src/mtype.c M test/runnable/constfold.d Log Message: ----------- Merge pull request #1058 from 9rnsr/fix8400 Issue 8400 - static array type cannot interpret dynamic array length Compare: https://github.com/D-Programming-Language/dmd/compare/bdb1f13fa912...0dad66820b82 |
Copyright © 1999-2021 by the D Language Foundation