public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/44076]  New: -MT <target> behaves different as -MT<target> (w/o space)
@ 2010-05-11 10:07 christian dot eggers at kathrein dot de
  2010-05-11 23:14 ` [Bug driver/44076] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: christian dot eggers at kathrein dot de @ 2010-05-11 10:07 UTC (permalink / raw)
  To: gcc-bugs

> cat test.c
#include "test.h"

int main(void)
{
    return 0;
}
/* EOF */

> gcc -c -o test.o -MMD -MT other.c test.c
> cat test.d 
other.c: test.c test.h
==> seems to be correct

> gcc -c -o test.o -MMD -MTother.c test.c
> cat test.d 
other.c test.o: test.c test.h
==> seems to be wrong

"-MT<file>" should either behave equal as "-MT <file>" or be rejected.


-- 
           Summary: -MT <target> behaves different as -MT<target> (w/o
                    space)
           Product: gcc
           Version: 4.4.3
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: christian dot eggers at kathrein dot de
 GCC build triplet: don't care
  GCC host triplet: don't care
GCC target triplet: don't care


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


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

end of thread, other threads:[~2010-09-02 11:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-11 10:07 [Bug driver/44076] New: -MT <target> behaves different as -MT<target> (w/o space) christian dot eggers at kathrein dot de
2010-05-11 23:14 ` [Bug driver/44076] " pinskia at gcc dot gnu dot org
2010-05-12  6:29 ` christian dot eggers at kathrein dot de
2010-09-02 11:42 ` jsm28 at gcc dot gnu dot org
2010-09-02 11:46 ` jsm28 at gcc dot gnu dot 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).