http://d.puremagic.com/issues/show_bug.cgi?id=2346





------- Comment #2 from clugd...@yahoo.com.au  2009-04-18 03:53 -------
The code should be accepted, but at least it's easy enough to convert the
segfault into an error with line number:

e2ir.c line 3612.

        cdfrom = e1->type->isClassHandle();
+       if (!cdfrom){ error("ICE: Bugzilla 2346");      return e;}
        cdto   = t->isClassHandle();
        if (cdfrom->isInterfaceDeclaration()) //<------ it is segfaulting here
        {


-- 

Reply via email to