On Fri, Feb 17, 2017 at 10:31:16AM +0100, Martin Jambor wrote: > @@ -8066,12 +8065,8 @@ This flag is enabled by default at @option{-O3}. > > @item -fipa-cp-alignment > @opindex -fipa-cp-alignment > -When enabled, this optimization propagates alignment of function > -parameters to support better vectorization and string operations. > - > -This flag is enabled by default at @option{-O2} and @option{-Os}. It > -requires that @option{-fipa-cp} is enabled. > -@option{-fipa-cp-alignment} is obsolete, use @option{-fipa-bit-cp} instead. > +This option has been superseded by @option{-fipa-bit-cp} and is now > +deprecated. Use @option{-fipa-bit-cp} instead.
I'd just remove the whole documentation about -fipa-cp-alignment, I think that is what we do for other removed options. Or at least say and is now ignored. rather than deprecated, to make it clear how we handle it (not at all). Ok with either of those changes. Jakub