Re: [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation

2015-05-05 Thread David Malcolm
On Wed, 2015-04-29 at 14:10 +0200, Mikael Morin wrote: > Hello, > > Le 29/04/2015 02:02, David Malcolm a écrit : > > diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c > > index 2c7c554..30e4eab 100644 > > --- a/gcc/fortran/parse.c > > +++ b/gcc/fortran/parse.c > > @@ -4283,7 +4283,7 @@ parse_

Re: [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation

2015-04-29 Thread Mikael Morin
Hello, Le 29/04/2015 02:02, David Malcolm a écrit : > diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c > index 2c7c554..30e4eab 100644 > --- a/gcc/fortran/parse.c > +++ b/gcc/fortran/parse.c > @@ -4283,7 +4283,7 @@ parse_oacc_structured_block (gfc_statement acc_st) > unexpected_eof ();

Re: [PATCH 3/3] Fix indentation issues seen by -Wmisleading-indentation

2015-04-28 Thread Jeff Law
On 04/28/2015 06:02 PM, David Malcolm wrote: This patch fixes the places in our tree where -Wmisleading-indentation correctly identifies code that's misleadingly indented. In particular, a couple of places in gcc/cp/parser.c:cp_parser_asm_definition appeared to be missing braces, both of the