This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING^5: [PATCH] C/C++: Implement -Wempty-body for do/while, clarify diagnostic


You may try CCing the C front-end maintainers. Perhaps they missed your patch.

Cheers,

Manuel.

On 11/03/07, Dirk Mueller <dmueller@suse.de> wrote:
On Saturday, 3. March 2007, Manuel López-Ibáñez wrote:

> there is another entry in invoke.texi for Wempty-body, please update
> that entry as well as you did with the text in Wextra.
>
> Also, the two warnings in empty_if_body_warning cannot be true at the
> same time, so I think it is better to use 'else if' for the second
> one.

Thanks. Updated patch attached below. Its been almost 4 months now. I still
need approval for c-parser.c and c-typeck.c. In case I cannot get those I'll
consider leaving out the C parts and file a bugreport about it.

> > > > > The C++ and documentation parts are OK; you need a C maintainer to
> > > > > look over the C bits (though they look OK to me).


Thanks, Dirk



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]