[Bug c++/53848] [4.8 regression] ICE in decl_linkage at ../../gcc-trunk/gcc/cp/tree.c:3215

dimhen at gmail dot com gcc-bugzilla@gcc.gnu.org
Wed Jul 4 10:18:00 GMT 2012


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

--- Comment #2 from Dmitry G. Dyachenko <dimhen at gmail dot com> 2012-07-04 10:18:03 UTC ---
extern "C"
{
    struct s {
    enum {
        e = 0
    } f;
    };
}



More information about the Gcc-bugs mailing list