public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/47472] New: Rules printed by -M option contains duplicate slash when -J option is used
@ 2011-01-26 11:08 thenlich at users dot sourceforge.net
  2011-01-26 11:31 ` [Bug fortran/47472] " burnus at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: thenlich at users dot sourceforge.net @ 2011-01-26 11:08 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Rules printed by -M option contains duplicate slash
                    when -J 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


Example:

testuse.f90:
program testuse
    use testmake
end program testuse

testmake.f90:
module testmake
    integer :: i, j
end module testmake

$ gfortran -Jobj -o obj/testmake.o -c testmake.f90
$ gfortran -Jobj -M -cpp testuse.f90
testuse.o: testuse.f90 obj//testmake.mod

Expected output is:
testuse.o: testuse.f90 obj/testmake.mod


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

end of thread, other threads:[~2011-02-02 18:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-26 11:08 [Bug fortran/47472] New: Rules printed by -M option contains duplicate slash when -J option is used thenlich at users dot sourceforge.net
2011-01-26 11:31 ` [Bug fortran/47472] " burnus at gcc dot gnu.org
2011-01-26 17:39 ` burnus at gcc dot gnu.org
2011-01-27  8:32 ` burnus at gcc dot gnu.org
2011-01-27  8:39 ` burnus at gcc dot gnu.org
2011-02-02 18:10 ` dnovillo 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).