re PR c++/63485 (ICE: canonical types differ for identical types A<const wchar_t...
authorJason Merrill <jason@redhat.com>
Wed, 8 Oct 2014 20:27:11 +0000 (16:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 8 Oct 2014 20:27:11 +0000 (16:27 -0400)
commit024da3094e3bac0ed63bf0955e70557e61fc17f9
treefdd80a0b18875b8093c9d38891fa6b1311ac41d3
parentf193c7230cb09fac61b03a1a5f090bc978ccff73
re PR c++/63485 (ICE: canonical types differ for identical types A<const wchar_t [3]>::type and const char_type [3])

PR c++/63485
* tree.c (build_cplus_array_type): Look for a type with no
typedef-name or attributes.

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