re PR c++/10515 (problem when initializing a field in a union)
authorMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 29 Apr 2003 18:26:47 +0000 (18:26 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 29 Apr 2003 18:26:47 +0000 (18:26 +0000)
commit446d5e4776fad70c34500b531688b1d5b24d7065
treed220a26e776fdccac7b4361ecdf4f9253e77b616
parent7513525363f872174cf212137d3da4ff8fb296fc
re PR c++/10515 (problem when initializing a field in a union)

PR c++/10515
* cp-tree.h (lookup_field_1): Declare it.
* search.c (lookup_field_1): Make it public.
* decl.c (reshape_init): Handle designated initializers.

From-SVN: r66236
gcc/cp/decl.c