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
This commit is contained in:
Jason Merrill 2009-01-16 17:40:25 -05:00
parent 4dcb8fd1b1
commit fd80343111
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-01-16 Jason Merrill <jason@redhat.com>
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.