public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/57951] New: -MG doesn't work with -MD
@ 2013-07-21 19:28 f.heckenbach@fh-soft.de
  2014-02-06 22:24 ` [Bug driver/57951] " douglas at halo dot gen.nz
  2015-07-05 17:01 ` f.heckenbach@fh-soft.de
  0 siblings, 2 replies; 3+ messages in thread
From: f.heckenbach@fh-soft.de @ 2013-07-21 19:28 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 57951
           Summary: -MG doesn't work with -MD
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: f.heckenbach@fh-soft.de

This was reported as Debian bug #593086 several years ago ...

% gcc -MD -MG foo.c
cc1: error: -MG may only be used with -M or -MM

(Contents of source file don't matter.)

According to the manual

  `-MD' is equivalent to `-M -MF FILE', except that `-E' is not implied.

so I figure it should work. (It did in previous versions, e.g. 4.1.2)

There seems to be no work-around since "-M" implies "-E".

I guess the driver only needs to be told that "-MD" is also OK for "-MG" to
work since it implies "-M".


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

end of thread, other threads:[~2015-07-05 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-21 19:28 [Bug driver/57951] New: -MG doesn't work with -MD f.heckenbach@fh-soft.de
2014-02-06 22:24 ` [Bug driver/57951] " douglas at halo dot gen.nz
2015-07-05 17:01 ` f.heckenbach@fh-soft.de

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).