OSDN Git Service

006-09-07 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2006 02:49:11 +0000 (02:49 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Sep 2006 02:49:11 +0000 (02:49 +0000)
commit643248b0b0d5b62c0a22611728365a62b117ee64
tree3a3d650f1d3ba0ceb1866a66d52764d7858dbcb9
parent88cea5cfb7540d7b97a7afe1f977b70a602d6ece
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116776 138bc75d-0d04-0410-961f-82ee72b054a4
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]