/cp
commita06fe1eef3e0da8f6b5dbfcf2736ae7c2391ceab
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jan 2015 09:38:59 +0000 (16 09:38 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jan 2015 09:38:59 +0000 (16 09:38 +0000)
tree77bb03abdfe5561e51159f0f1c980b486229ae09
parent62e88f410b7ffaa2e801827d76ea45c6860e2999
/cp
2015-01-16  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58614
* pt.c (unify): When BRACE_ENCLOSED_INITIALIZER_P (arg), handle
TREE_TYPE (elt) == error_mark_node.

/testsuite
2015-01-16  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/58614
* g++.dg/cpp0x/auto44.C: New.

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