August 28, 2013 [dmd-internals] [D-Programming-Language/dmd] 0458fe: Fix Issue 10626 - ICE with vector operation | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0458fe4dcb7f1beb92903ea8b4f6eb1a0e853430 https://github.com/D-Programming-Language/dmd/commit/0458fe4dcb7f1beb92903ea8b4f6eb1a0e853430 Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-08-21 (Wed, 21 Aug 2013) Changed paths: M src/arrayop.c M test/runnable/xtest46.d Log Message: ----------- Fix Issue 10626 - ICE with vector operation Fix regression by forwarding buildArrayIdent and buildArrayLoop to the base implementation for all other derived expressions. Add test cases to improve coverage. Commit: 46e495bc953356efbd48bdea75b3f7d0d779d962 https://github.com/D-Programming-Language/dmd/commit/46e495bc953356efbd48bdea75b3f7d0d779d962 Author: Walter Bright <walter@walterbright.com> Date: 2013-08-28 (Wed, 28 Aug 2013) Changed paths: M src/arrayop.c M test/runnable/xtest46.d Log Message: ----------- Merge pull request #2345 from yebblies/issue10626 Fix Issue 10626 - ICE with vector operation Compare: https://github.com/D-Programming-Language/dmd/compare/3088fa094d1d...46e495bc9533 |
Copyright © 1999-2021 by the D Language Foundation