[Bug c++/33959] [4.1 Regression] ICE in instantiate_class_template, at cp/pt.c:6649

jason at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Jan 28 16:34:00 GMT 2008



------- Comment #13 from jason at gcc dot gnu dot org  2008-01-28 16:28 -------
Subject: Bug 33959

Author: jason
Date: Mon Jan 28 16:27:17 2008
New Revision: 131907

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131907
Log:
        PR c++/27177
        * class.c (build_base_path): Fix previous change.

        PR c++/27177
        * class.c (build_base_path): Don't mess with virtual access if
        skip_evaluation.
        * call.c (standard_conversion): Don't check whether source type
        is complete.

        PR c++/33959
        * pt.c (tsubst_aggr_type): Make sure our context is complete.

Modified:
    branches/gcc-4_1-branch/gcc/cp/ChangeLog
    branches/gcc-4_1-branch/gcc/cp/call.c
    branches/gcc-4_1-branch/gcc/cp/class.c
    branches/gcc-4_1-branch/gcc/cp/pt.c


-- 


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



More information about the Gcc-bugs mailing list