]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/10202 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)
authorRichard Henderson <rth@redhat.com>
Fri, 11 Apr 2003 22:44:23 +0000 (15:44 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 11 Apr 2003 22:44:23 +0000 (15:44 -0700)
commitca06cfe69f7f89314603d636b36adeadbb70b56a
treea01ada3c6afd82cc7fff3981f62928ada47eadea
parentd2d42a917c2a65769e78d4d430e47962b2d24ba5
re PR c++/10202 ([IA64] ICE in int_mode_for_mode, at stor-layout.c)

        PR c++/10202
        * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
        not COMPLETE_TYPE_P for re-invoking layout_decl.
* g++.dg/expr/incomplete1.C: New.

From-SVN: r65484
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/g++.dg/expr/incomplete1.C [new file with mode: 0644]