public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/47485] New: gfortran -M output is incorrect when -MT option is used
@ 2011-01-27  8:29 thenlich at users dot sourceforge.net
  2011-01-27 10:57 ` [Bug fortran/47485] " burnus at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: thenlich at users dot sourceforge.net @ 2011-01-27  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gfortran -M output is incorrect when -MT option is
                    used
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: thenlich@users.sourceforge.net


When "-MT target" (Change the target of the rule emitted by dependency
generation) is specified, the specified target is added as an additional target
instead of replacing the default one.

Example test.for:
      program test
      print "(a)", "hello world"
      end program

$ gfortran -cpp -M test.for -MT obj/test.o
test.o obj/test.o: test.for

Expected output:
obj/test.o: test.for


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

end of thread, other threads:[~2023-04-27 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-27  8:29 [Bug fortran/47485] New: gfortran -M output is incorrect when -MT option is used thenlich at users dot sourceforge.net
2011-01-27 10:57 ` [Bug fortran/47485] " burnus at gcc dot gnu.org
2011-01-30 17:50 ` burnus at gcc dot gnu.org
2011-10-18 16:31 ` nightstrike at gmail dot com
2013-12-29 13:38 ` dominiq at lps dot ens.fr
2014-08-16 22:43 ` dominiq at lps dot ens.fr
2023-04-27 14:36 ` volker.weissmann at gmx dot 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).