[tree-ssa] PATCH to anonymous union handling

Jason Merrill jason@redhat.com
Fri Feb 7 18:39:00 GMT 2003


C++ anonymous unions have been broken since the last merge, because the
code in lookup_name_real wasn't removed.  This patch does that and makes
the appropriate edit in the new place where we handle these bits.

2003-02-07  Jason Merrill  <jason@redhat.com>

	* decl.c (lookup_name_real): Fix merge error.

	* parser.c (cp_parser_primary_expression): Unshare a COMPONENT_REF
	from an ALIAS_DECL.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 989 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20030207/80b08fc6/attachment.bin>


More information about the Gcc-patches mailing list