cp/
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Nov 2009 14:58:33 +0000 (14:58 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Nov 2009 14:58:33 +0000 (14:58 +0000)
commit8bc34e340f263fe78def23eeb33c46a2501b7ae7
treedfb6a7dff4d68c89e59f58390b9db8526bbbb080
parent6d1cc52ccc8ccbb8d83ceb218c2e24ee9bbd2c4b
cp/
2009-11-16  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/42055
* pt.c (determine_specialization): Assign to candidates the return
value of the chainon called before print_candidates.

testsuite/
2009-11-16  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/42055
* testsuite/g++.dg/template/crash92.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154202 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/crash92.C [new file with mode: 0644]