This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix [0 ... 0] designated initializers
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [PATCH] Fix [0 ... 0] designated initializers
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 31 Jan 2001 09:26:49 -0800
- Cc: gcc-patches at gcc dot gnu dot org, cshihpin at dso dot org dot sg
- References: <20010131115812.B680@sunsite.ms.mff.cuni.cz>
On Wed, Jan 31, 2001 at 11:58:12AM +0100, Jakub Jelinek wrote:
> * c-typeck.c (set_init_index): If first is equal to last, assume as
> if it was not a range at all.
Ok.
r~