[Issue 8988] Segfault with circular derived class template

2013-10-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8988


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution||WORKSFORME


--- Comment #4 from Walter Bright bugzi...@digitalmars.com 2013-10-06 
23:52:02 PDT ---
All test cases compile successfully with 2.064 head.

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


[Issue 8988] Segfault with circular derived class template

2012-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8988


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

Summary|Segfault in tricky CTFE |Segfault with circular
   |scenario|derived class template


--- Comment #2 from Don clugd...@yahoo.com.au 2012-12-10 00:57:21 PST ---
Not related to CTFE, also applies to D1. Bit hard to describe.
Reduced test case:


template Bug8988(T)
{
alias Object xxx;
alias typeof( A8988.init.foo) zzz;
}

class A8988 : Bug8988!(A8988).xxx
{
alias int foo;
}

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


[Issue 8988] Segfault with circular derived class template

2012-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8988



--- Comment #3 from Don clugd...@yahoo.com.au 2012-12-10 02:29:47 PST ---
This might be the same as bug 8466. At least, it is segfaulting in the same
place.

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