November 10, 2015 [dmd-internals] [D-Programming-Language/dmd] 0d7462: fix Issue 15309 - [dmd-internal] ScopeExp.semantic... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0d7462ac9ddc37acf11b4a94a8863d3c01bb434e https://github.com/D-Programming-Language/dmd/commit/0d7462ac9ddc37acf11b4a94a8863d3c01bb434e Author: k-hara <k.hara.pg@gmail.com> Date: 2015-11-10 (Tue, 10 Nov 2015) Changed paths: M src/expression.d M test/fail_compilation/fail10481.d Log Message: ----------- fix Issue 15309 - [dmd-internal] ScopeExp.semantic() should set its type always Also check `(type !is null)` at the top of `ScopeExp.semantic()` to avoid repeated semantic analysis. Commit: f66d3b5708b6221497817051c2f5f4c413ff96ae https://github.com/D-Programming-Language/dmd/commit/f66d3b5708b6221497817051c2f5f4c413ff96ae Author: k-hara <k.hara.pg@gmail.com> Date: 2015-11-10 (Tue, 10 Nov 2015) Changed paths: A test/fail_compilation/ice15239.d Log Message: ----------- fix Issue 15239 - ICE (assertion failure) in ctfeInterpret() - opDispatch & inline asm Commit: b72609a186dc4c3447cc60d94265c7b4e2a71768 https://github.com/D-Programming-Language/dmd/commit/b72609a186dc4c3447cc60d94265c7b4e2a71768 Author: Martin Nowak <code@dawg.eu> Date: 2015-11-10 (Tue, 10 Nov 2015) Changed paths: M src/expression.d M test/fail_compilation/fail10481.d A test/fail_compilation/ice15239.d Log Message: ----------- Merge pull request #5263 from 9rnsr/fix15239 Issue 15239 - ICE (assertion failure) in ctfeInterpret() - opDispatch & inline asm Compare: https://github.com/D-Programming-Language/dmd/compare/a7146f3fbb42...b72609a186dc |
Copyright © 1999-2021 by the D Language Foundation