On Wed, 25 May 2016, Robert Suchanek wrote: > > > diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi > > > index 73f1cb6..2f6195e 100644 > > > --- a/gcc/doc/invoke.texi > > > +++ b/gcc/doc/invoke.texi > > > @@ -837,6 +837,7 @@ Objective-C and Objective-C++ Dialects}. > > > -mips16 -mno-mips16 -mflip-mips16 @gol > > > -minterlink-compressed -mno-interlink-compressed @gol > > > -minterlink-mips16 -mno-interlink-mips16 @gol > > > +-minline-intermix -mno-inline-intermix @gol > > > > Funky indentation here.... > > I'm not sure what's wrong here, it's the diff I'd say. There is no > indentation within "MIPS Options".
Two spaces rather than one are used between individual options (modulo formatting errata in some previous additions). Maciej