[Issue 10074] segfault in dmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 2 10:07:49 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10074



--- Comment #4 from github-bugzilla at puremagic.com 2013-10-02 10:07:48 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/209c0d4f6b058472559d9ed3b8076bddf1e2c1e5
fix Issue 10074 - segfault in dmd

>From 2.061, `deduceFunctionTemplate` has been using
TemplateDeclaration::matchWithInstance to do IFTI more strictly.
However, `matchWithInstance` does not detect the recursive template
instantiation inside template constraint, against
`deduceFunctionTemplateMatch`.

Duplicate the detection mechanism into `matchWithInstance`.

https://github.com/D-Programming-Language/dmd/commit/457acb1e03257fbff3ad52477d44d0d08ebb2d3e
Merge pull request #2613 from 9rnsr/fix10074

[REG2.061] Issue 10074 - segfault in dmd

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list