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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 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: -------