------- Comment #10 from jakub at gcc dot gnu dot org 2008-07-29 16:41 ------- Subject: Bug 36852
Author: jakub Date: Tue Jul 29 16:40:15 2008 New Revision: 138253 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138253 Log: PR c++/36852 * tree.c (cplus_array_hash, build_cplus_array_type_1): Hash on TYPE_UID instead of pointers. * g++.dg/pch/array-1.C: New test. * g++.dg/pch/array-1.Hs: New file. Added: branches/gcc-4_3-branch/gcc/testsuite/g++.dg/pch/array-1.C branches/gcc-4_3-branch/gcc/testsuite/g++.dg/pch/array-1.Hs Modified: branches/gcc-4_3-branch/gcc/cp/ChangeLog branches/gcc-4_3-branch/gcc/cp/tree.c branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36852