re PR c++/56243 (ICE in tree check: expected field_decl, have identifier_node in...
authorJason Merrill <jason@redhat.com>
Thu, 28 Feb 2013 16:01:09 +0000 (11:01 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 28 Feb 2013 16:01:09 +0000 (11:01 -0500)
commitc966f2deb7d1b4427e8f9c3a94f50e7d98887ac0
treed9d1915fa9b4cfab0ccce1a8f1b2c9bdb127345e
parentf8f42513b06474966a1befff43dea81a7683b31a
re PR c++/56243 (ICE in tree check: expected field_decl, have identifier_node in fixed_type_or_null, at cp/class.c:6645)

PR c++/56243
* call.c (build_over_call): Avoid virtual lookup in a template.

From-SVN: r196343
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/testsuite/g++.dg/template/virtual4.C [new file with mode: 0644]