[Issue 3726] Regression: ICE(mangle.c 81): struct forward reference	with static this
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan 20 11:00:42 PST 2010
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3726
Don <clugdbug at yahoo.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Assertion failure: 'fd &&   |Regression: ICE(mangle.c
                   |fd->inferRetType' on line   |81): struct forward
                   |81 in file 'mangle.c'       |reference with static this
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-01-20 11:00:42 PST ---
Reduced test case:
---
struct Bug3276A {
   Bug3726B  xxx;
   static this () { }
}
struct Bug3726B {}
-- 
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