[Bug c++/29016] [4.2 Regression] tree check: expected class 'expression', have 'exceptional' (baselink) in get_base_var, at ipa-utils.c:224

micis at gmx dot de gcc-bugzilla@gcc.gnu.org
Mon Sep 18 15:39:00 GMT 2006



------- Comment #7 from micis at gmx dot de  2006-09-18 15:39 -------
I get the same ICE with this short code:

class A;
class B
{
    typedef void (*C[5]) (A *);
    static  C D;
    static void E (A*) {}
};
B::C B::D={E};


-- 

micis at gmx dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |micis at gmx dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29016



More information about the Gcc-bugs mailing list