[dmd-internals] [D-Programming-Language/dmd] 126176: fix Issue 11518 - DMD segfault on multiple templat...
GitHub
noreply at github.com
Sun Nov 17 15:50:22 PST 2013
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 at 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 at 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
More information about the dmd-internals
mailing list