This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/52981] Separate -Wpadded into two options


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]