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++/54858] [4.6/4.7/4.8 Regression] ICE in cp_tree_equal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54858

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-08 19:42:12 UTC ---
Author: jakub
Date: Mon Oct  8 19:42:06 2012
New Revision: 192221

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192221
Log:
    PR c++/54858
    * tree.c (cp_tree_equal): Handle FIELD_DECL.

    * g++.dg/template/pr54858.C: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/pr54858.C
Modified:
    branches/gcc-4_7-branch/gcc/cp/ChangeLog
    branches/gcc-4_7-branch/gcc/cp/tree.c
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog


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