November 17, 2013 [dmd-internals] [D-Programming-Language/dmd] 126176: fix Issue 11518 - DMD segfault on multiple templat... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 1261764636dfee27d927a7774a47399cca150d80 https://github.com/D-Programming-Language/dmd/commit/1261764636dfee27d927a7774a47399cca150d80 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M src/template.c A test/fail_compilation/ice11518.d Log Message: ----------- fix Issue 11518 - DMD segfault on multiple template match Incomplete `specType`, like as (T : A!T), should not be used during determination of template partial specialization order. Commit: f6088fc9eb7eccea51337a20925b8eefeba60096 https://github.com/D-Programming-Language/dmd/commit/f6088fc9eb7eccea51337a20925b8eefeba60096 Author: Martin Nowak <code@dawg.eu> Date: 2013-11-17 (Sun, 17 Nov 2013) Changed paths: M src/template.c A test/fail_compilation/ice11518.d Log Message: ----------- Merge pull request #2769 from 9rnsr/fix11518 Issue 11518 - DMD segfault on multiple template match Compare: https://github.com/D-Programming-Language/dmd/compare/ee2e88ac35e3...f6088fc9eb7e |
Copyright © 1999-2021 by the D Language Foundation