http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54858
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-04-03 18:19:25 UTC --- Author: jakub Date: Wed Apr 3 17:58:29 2013 New Revision: 197445 URL: http://gcc.gnu.org/viewcvs?rev=197445&root=gcc&view=rev Log: Backported from mainline 2012-10-08 Jakub Jelinek <ja...@redhat.com> PR c++/54858 * tree.c (cp_tree_equal): Handle FIELD_DECL. * g++.dg/template/pr54858.C: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/pr54858.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/tree.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog