https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52981

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org

--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
This is quite easy to implement. Just add the two new options [*] to
common.opt, add EnabledBy(Wpadding) to them, then update the uses of
OPT_Wpadded and warn_padded throughout the source code and testsuite, then
update doc/invoke.texi. Bootstrap + regression test, submit patch, ping patch
until approved by a maintainer. Commit and add a note to gcc-5/changes.html.
Easy to do, but someone still needs to do all this work. 

If you think this is really worth it, please volunteer to do it. Nobody else
will.


[*] (I like David Stone's proposal of -Wpadded-in-middle and -Wpadded-at-end,
but whoever implements it gets to choose the names)

Reply via email to