re PR c++/55249 (Multiple copy constructors for template class lead to link errors)
authorJason Merrill <jason@redhat.com>
Fri, 7 Dec 2012 04:53:46 +0000 (23:53 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 7 Dec 2012 04:53:46 +0000 (23:53 -0500)
commit01290963d131b098cc4b0f3f5d3401e976eb8d6e
treeff9846a31edd88ec6b391200581f81d67e77189d
parent2c340383f06c567a638e5f557c4e16d02b92c436
re PR c++/55249 (Multiple copy constructors for template class lead to link errors)

PR c++/55249
* tree.c (build_vec_init_elt): Use the type of the initializer.

From-SVN: r194281
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/testsuite/g++.dg/template/array25.C [new file with mode: 0644]