This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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;
    };
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]