Thread overview
[Issue 11518] New: DMD segfault on multiple template match
Nov 15, 2013
Luís Marques
Nov 15, 2013
Kenji Hara
Nov 18, 2013
Kenji Hara
Nov 22, 2013
Kenji Hara
November 15, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11518

           Summary: DMD segfault on multiple template match
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: luis@luismarques.eu


--- Comment #0 from Luís Marques <luis@luismarques.eu> 2013-11-14 18:55:27 PST ---
class A(T) {}
class B(T : A!T) {}
class B(T : A!T) {}

void main()
{
    new B!(A!void);
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 15, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11518


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-11-14 20:22:38 PST ---
https://github.com/D-Programming-Language/dmd/pull/2769

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 17, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11518



--- Comment #2 from github-bugzilla@puremagic.com 2013-11-17 15:50:29 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1261764636dfee27d927a7774a47399cca150d80 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.

https://github.com/D-Programming-Language/dmd/commit/f6088fc9eb7eccea51337a20925b8eefeba60096 Merge pull request #2769 from 9rnsr/fix11518

Issue 11518 - DMD segfault on multiple template match

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 18, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11518


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 22, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11518


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blm768@gmail.com


--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> 2013-11-21 18:32:46 PST ---
*** Issue 11190 has been marked as a duplicate of this issue. ***

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