This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r149423 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...
- From: dodji at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 09 Jul 2009 17:56:45 -0000
- Subject: r149423 - in /trunk/gcc: cp/ChangeLog cp/pt.c t...
Author: dodji
Date: Thu Jul 9 17:56:44 2009
New Revision: 149423
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149423
Log:
2009-07-09 Dodji Seketeli <dodji@redhat.com>
gcc/cp/ChangeLog:
PR c++/40684
* pt.c (type_unification_real): Use tsubst_template_arg instead
of tsubst to substitute default template arguments.
gcc/testsuite/ChangeLog:
PR c++/40684
* g++.dg/template/unify11.C: New test.
Added:
trunk/gcc/testsuite/g++.dg/template/unify11.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
trunk/gcc/testsuite/ChangeLog