Thread overview
[Issue 10015] New: Segfault on forward referencing a variable of templated struct
Apr 30, 2013
Denis Shelomovskij
Nov 02, 2013
Kenji Hara
Nov 03, 2013
yebblies
April 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10015

           Summary: Segfault on forward referencing a variable of
                    templated struct
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: verylonglogin.reg@gmail.com


--- Comment #0 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-04-30 18:39:13 MSD ---
---
struct S(T) { alias X = int; }

alias Y = s.X;
S!int s;
---

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-11-02 07:15:48 PDT ---
https://github.com/D-Programming-Language/dmd/pull/2708

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



--- Comment #2 from github-bugzilla@puremagic.com 2013-11-03 07:28:36 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5bb812cf4f3abad8345739729df929efccc4989c
fix Issue 10015 - Segfault on forward referencing a variable of templated
struct

https://github.com/D-Programming-Language/dmd/commit/d40a8096b158fb957be982a8c6f6d4cd868086ec Merge pull request #2708 from 9rnsr/fix10015

Issue 10015 - Segfault on forward referencing a variable of templated struct

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


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies@gmail.com
         Resolution|                            |FIXED


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