Mail Archives: djgpp/1997/12/30/03:19:34
On Mon, 29 Dec 1997, Noam Rotem wrote:
> is there ANY possibility that someone will write
> this wrong code deliberately? If so, it should be a legal
> syntax, accompanied with a general warning for those who
> wrote it by mistake. But, if it is NEVER a correct syntax,
> and in no case it should be written, then let it be an error.
There's a lot of cases where incomplete and/or excess initializations
are used, especially when they are produced by complex macros. I
don't know whether this particular case can be used for a purpose; I
always use -Wall in my work.
You might consider posting this question to the gnu.gcc.bug news group
(or write to its e-mail gateway, bug-gcc AT gnu DOT org), where the GCC
maintainers will have a definitive answer for you.
- Raw text -