PR c++/63485
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 20:27:11 +0000 (20:27 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 8 Oct 2014 20:27:11 +0000 (20:27 +0000)
commit0bc1f5729fc64f7539dd4478b5ad743de6aad490
treefdd80a0b18875b8093c9d38891fa6b1311ac41d3
parentc3fbdb4c7b02b98b322ab5881a068bfc5d65451d
PR c++/63485
* tree.c (build_cplus_array_type): Look for a type with no
typedef-name or attributes.

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