]> git.ipfire.org Git - thirdparty/gcc.git/commit
* cp-tree.h (DECL_ANON_UNION_ELEMS): New macro.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1999 01:17:29 +0000 (01:17 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Sep 1999 01:17:29 +0000 (01:17 +0000)
commit74c333deb2f55e09c72d013b3827af63534cef46
treeb2c6898fd3ead0e1c37050fb2615df46e6890c1d
parent0dfefc5804b6c7999b66dda79213ba588ded3f15
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29645 138bc75d-0d04-0410-961f-82ee72b054a4
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]