From: Jason Merrill Date: Fri, 16 Jan 2009 22:40:25 +0000 (-0500) Subject: re PR c++/38877 (Revision 143404 caused ICE on 447.dealII in SPEC CPU 2006) X-Git-Tag: releases/gcc-4.4.0~830 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd80343111cce7dac3851d09108a6bb380c190a1;p=thirdparty%2Fgcc.git re PR c++/38877 (Revision 143404 caused ICE on 447.dealII in SPEC CPU 2006) PR c++/38877 * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF. * init.c (build_new): Don't call describable_type unless we have an auto. From-SVN: r143448 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 69660e789e6a..26f4ea2dacb9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2009-01-16 Jason Merrill + PR c++/38877 + * g++.dg/template/lvalue1.C: New test. + PR c++/29470 * g++.dg/template/access20.C: New test. * g++.dg/torture/pr34641.C: Fix access.