From: Jason Merrill Date: Thu, 9 Aug 2001 17:52:35 +0000 (-0400) Subject: tweak comment X-Git-Tag: prereleases/libstdc++-3.0.95~2775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f237d906c7c67670df24e41064e7f152d6fdb471;p=thirdparty%2Fgcc.git tweak comment From-SVN: r44744 --- diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index be02224557f7..a649e23220bc 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -1941,7 +1941,10 @@ defer_fn (fn) /* Hunts through the global anonymous union ANON_DECL, building appropriate VAR_DECLs. Stores cleanups on the list of ELEMS, and returns a VAR_DECL whose size is the same as the size of the - ANON_DECL, if one is available. */ + ANON_DECL, if one is available. + + FIXME: we should really handle anonymous unions by binding the names + of the members to COMPONENT_REFs rather than this kludge. */ static tree build_anon_union_vars (anon_decl, elems, static_p, external_p)