re PR c++/35113 (g++.dg/ext/vector13.C doesn't work)
authorDouglas Gregor <doug.gregor@gmail.com>
Mon, 11 Feb 2008 18:58:16 +0000 (18:58 +0000)
committerDoug Gregor <dgregor@gcc.gnu.org>
Mon, 11 Feb 2008 18:58:16 +0000 (18:58 +0000)
commit37d24376c4bcb69b74dfbab95daca0cc4e3320b6
treec298948c45413e7898e0f1947f2ba50cfd4b213f
parent5fd38b882f15bfa0100d328f147f4fcc763ff1bb
re PR c++/35113 (g++.dg/ext/vector13.C doesn't work)

2008-02-11  Douglas Gregor  <doug.gregor@gmail.com>

       PR c++/35113
       * tree.c (cp_build_qualified_type_real): When building a
       cv-qualified array type, build it as a unique type with
       build_cplus_array_type_1 and then adopt the unqualified type's
       main variant.

From-SVN: r132242
gcc/cp/ChangeLog
gcc/cp/tree.c