public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/53063] New: encode group options in the .opt files
@ 2012-04-21 14:23 manu at gcc dot gnu.org
  2012-05-11 12:29 ` [Bug c/53063] " manu at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: manu at gcc dot gnu.org @ 2012-04-21 14:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063

             Bug #: 53063
           Summary: encode group options in the .opt files
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: manu@gcc.gnu.org


Encoding group options in the .opt files will help to delete a lot of code and
fix a lot of bugs in the way options enabled by other options are handled. For
example,

Wall
C ObjC C++ ObjC++ Warning
Enable most warning messages
Enables(Wwhatever, Wfoo=2)
EnablesIf((optimize >= 2), Warray-bounds)
EnablesIf((c_dialect_cxx ()), Wsign-compare, Wreorder, Wnarrowing)

Suggestions on how to implement this are welcome.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-08-19 22:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-21 14:23 [Bug c/53063] New: encode group options in the .opt files manu at gcc dot gnu.org
2012-05-11 12:29 ` [Bug c/53063] " manu at gcc dot gnu.org
2012-05-13 22:31 ` manu at gcc dot gnu.org
2012-05-14 13:34 ` manu at gcc dot gnu.org
2012-10-16 15:32 ` manu at gcc dot gnu.org
2012-10-16 15:40 ` manu at gcc dot gnu.org
2012-10-20 14:17 ` manu at gcc dot gnu.org
2012-11-07 17:55 ` manu at gcc dot gnu.org
2012-11-07 18:27 ` manu at gcc dot gnu.org
2014-08-19 22:38 ` manu at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).