re PR c++/29080 (Multiple-inheritance with template method function code triggers...
authorMark Mitchell <mark@codesourcery.com>
Mon, 2 Oct 2006 04:12:30 +0000 (04:12 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 2 Oct 2006 04:12:30 +0000 (04:12 +0000)
commit297d410513c658b50550f02b0e7cd914b0551630
tree03124add25248e8e09b1e5d0815b2a0a9d459009
parent3af947c66a46ac5b36c1b2dceb55de145df26e1b
re PR c++/29080 (Multiple-inheritance with template method function code triggers "internal compiler error: in build_base_path, at cp/class.c:273")

PR c++/29080
* parser.c (cp_parser_postfix_dot_deref_expression): Use
BASELINK_ACCESS_BINFO as the qualifying scope when calling
adjust_result_of_qualified_name_lookup.
PR c++/29080
* g++.dg/template/member7.C: New test.

From-SVN: r117360
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/member7.C [new file with mode: 0644]