This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/36852] [4.3/4.4 Regression] Two dimensional array in template method argument list incorrectly interpreted.



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]