]> git.ipfire.org Git - thirdparty/gcc.git/commit
pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
authorJason Merrill <jason@redhat.com>
Wed, 9 Aug 2000 05:52:17 +0000 (01:52 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 9 Aug 2000 05:52:17 +0000 (01:52 -0400)
commit08e72a192902ca20803e5b423bfb6cfdc983642e
tree01a455aef1e2f902417b766e340519db5cd654a3
parent8e32b501b82f3ea5e8615d41ef18267308c654cf
pt.c (tsubst_aggr_type): Bail if creating the argvec fails.

        * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
        (tsubst_template_arg_vector): Likewise.

        * decl2.c (build_anon_union_vars): Choose the largest field; don't
        assume that one will be as large as the union.

From-SVN: r35581
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/pt.c