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++/26988] [4.0/4.1/4.2/4.3 Regression] template constructor in template class derived from virtual base can not be specialized



------- Comment #6 from mmitchel at gcc dot gnu dot org  2007-02-11 20:15 -------
Subject: Bug 26988

Author: mmitchel
Date: Sun Feb 11 20:15:13 2007
New Revision: 121822

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121822
Log:
        PR c++/26988
        * pt.c (determine_specialization): Use skip_artificial_parms_for.
        (fn_type_unificiation): Likewise.
        (get_bindings): Likewise.
        PR c++/26988
        * g++.dg/template/spec34.C: New test

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


-- 


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


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