006-09-07 Andrew Pinski <pinskia@physics.uc.edu>
authorAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 8 Sep 2006 02:49:11 +0000 (19:49 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 8 Sep 2006 02:49:11 +0000 (19:49 -0700)
commit158d56c4e2ce2ae5f3044bd7a277fef43466f2f6
tree3a3d650f1d3ba0ceb1866a66d52764d7858dbcb9
parentd0655f33aa551fddb74b0d8c591b0f58468b8527
006-09-07  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/28906
        * init.c (build_new_1): Build a distinct type copy
        for the array type that was returned from
        build_cplus_array_type.
2006-09-07  Andrew Pinski  <pinskia@physics.uc.edu>

        PR C++/28906
        * g++.dg/other/array3.C: New test.
        * g++.dg/other/array4.C: New test.
        * g++.dg/other/array5.C: New test.

From-SVN: r116776
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/array3.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/array4.C [new file with mode: 0644]
gcc/testsuite/g++.dg/other/array5.C [new file with mode: 0644]