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++/56243] [4.8 regression] ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645


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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2013-02-28 16:01:28 UTC ---
Author: jason
Date: Thu Feb 28 16:01:09 2013
New Revision: 196343

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196343
Log:
    PR c++/56243
    * call.c (build_over_call): Avoid virtual lookup in a template.

Added:
    trunk/gcc/testsuite/g++.dg/template/virtual4.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c


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