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++/52672] internal compiler error: in cxx_eval_indirect_ref, at cp/semantics.c:6766


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

--- Comment #2 from Meador Inge <meadori at codesourcery dot com> 2012-03-23 16:44:06 UTC ---
Even smaller repro:

constexpr unsigned long a = *((int*)(*((int*)0x0)));


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