Fix candidate for PR c++/43206
authorDodji Seketeli <dodji@redhat.com>
Thu, 25 Mar 2010 22:08:33 +0000 (22:08 +0000)
committerDodji Seketeli <dodji@gcc.gnu.org>
Thu, 25 Mar 2010 22:08:33 +0000 (23:08 +0100)
commit58f5f6b43067ab86fd26efdf13e3c0929dadb8f4
tree696a213308b6552c9c3faed80c9aff8e772b1386
parent9b7e6950f5119d62c5afb8ea914c7894c304050a
Fix candidate for PR c++/43206

gcc/cp/ChangeLog:
PR c++/43206
* cp-tree.h (get_template_parms_at_level): Declare ...
* pt.c (get_template_parms_at_level): ... new function.
* typeck.c (get_template_parms_of_dependent_type): If a template
type parm's DECL_CONTEXT isn't yet set, get its siblings from
current_template_parms. Use get_template_parms_at_level. Remove
useless test.
(incompatible_dependent_types_p): If we get empty parms from just one
of the template type parms we are comparing then the template parms are
incompatible.

gcc/testsuite/ChangeLog:
PR c++/43206
* g++.dg/template/typedef30.C: New test case.

From-SVN: r157730
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/pt.c
gcc/cp/typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/typedef30.C [new file with mode: 0644]