]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/24103 (ICE in simple_cst_equal)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 2 Dec 2005 12:38:30 +0000 (12:38 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 2 Dec 2005 12:38:30 +0000 (12:38 +0000)
commit7509ef2f4bfd292cc7ee8f73e2af41369b413ebb
treea9788b0981f8ea193945f264d493926de8b0007c
parent7815f970284ea8bdccf2519ca6f426b07774662f
re PR c++/24103 (ICE in simple_cst_equal)

PR c++/24103
Backport:
2002-08-22  Diego Novillo  <dnovillo@redhat.com>

* tree.c (simple_cst_equal): Call simple_cst_list_equal to compare
CONSTRUCTOR_ELTS pointers.

PR c++/24103
* g++.dg/other/default1.C: New test.

From-SVN: r107888
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/default1.C [new file with mode: 0644]
gcc/tree.c