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++/29080] [4.0/4.1 Regression] Multiple-inheritance with template method function code triggers "internal compiler error: in build_base_path, at cp/class.c:273"



------- Comment #6 from mmitchel at gcc dot gnu dot org  2006-10-02 04:51 -------
Subject: Bug 29080

Author: mmitchel
Date: Mon Oct  2 04:51:28 2006
New Revision: 117363

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117363
Log:
        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.

Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/member7.C
Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/parser.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


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


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