]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/cp-tree.h
cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
authorMark Mitchell <mark@codesourcery.com>
Fri, 24 Sep 1999 01:17:29 +0000 (01:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 24 Sep 1999 01:17:29 +0000 (01:17 +0000)
commit0fa5e05c2f36dda5b06b259779afc7867b0da9f7
treeb2c6898fd3ead0e1c37050fb2615df46e6890c1d
parenta571f7a00e33edb193e1a74869dab3f0576eb87c
cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.

* cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
* decl2.c (finish_anon_union): Set DECL_ANON_UNION_ELEMS.
Don't call expand_anon_union_decl here
* semantics.c (exapnd_stmt): Call it here, instead.
* typeck.c (mark_addressable): Addressed variables are implicitly
used.

From-SVN: r29645
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/semantics.c
gcc/cp/typeck.c
gcc/testsuite/g++.old-deja/g++.eh/crash2.C [new file with mode: 0644]
This page took 0.057183 seconds and 5 git commands to generate.