]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/class.c
typeck2.c (store_init_value): Don't re-digest a bracketed initializer.
authorJason Merrill <jason@redhat.com>
Thu, 11 Oct 2001 21:33:09 +0000 (17:33 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 11 Oct 2001 21:33:09 +0000 (17:33 -0400)
commit6f32162af66395b5ae357d714d8d18fb6f666feb
tree8cbf91a7b6e5e66a0e74ccc4dc69717d918c4269
parent8206c799f26f57e250c2035e7343344a80df646e
typeck2.c (store_init_value): Don't re-digest a bracketed initializer.

        * typeck2.c (store_init_value): Don't re-digest a bracketed
        initializer.

        * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
        ANON_AGGR_TYPE_P.

From-SVN: r46202
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/typeck2.c
gcc/testsuite/g++.dg/other/anon2.C [new file with mode: 0644]