This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C PATCH to overhaul warning about dangling else (PR c/70436)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Marek Polacek <polacek at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Joseph Myers <joseph at codesourcery dot com>
- Date: Wed, 13 Apr 2016 17:45:30 +0200
- Subject: Re: C PATCH to overhaul warning about dangling else (PR c/70436)
- Authentication-results: sourceware.org; auth=none
- References: <20160413141402 dot GS28445 at redhat dot com> <20160413150958 dot GQ19207 at tucnak dot redhat dot com> <20160413154325 dot GW28445 at redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Apr 13, 2016 at 05:43:25PM +0200, Marek Polacek wrote:
> On Wed, Apr 13, 2016 at 05:09:58PM +0200, Jakub Jelinek wrote:
> > On Wed, Apr 13, 2016 at 04:14:03PM +0200, Marek Polacek wrote:
> > > PR c/70436
> > > * c-parser.c
> > > (c_parser_statement_after_labels): Add IF_P argument and adjust
> > > callers.
> >
> > Can you put
>
> Were you going to say to put them on the same line? ;)
> Done.
Sure, thank you for reading my mind. Started thinking about the switch
case in the middle of writing that sentence and forgot about it.
Jakub