Thread View: gmane.comp.gcc.bugs
2 messages
2 total messages
Started by "thenlich at use
Wed, 26 Jan 2011 10:33
[Bug fortran/47472] New: Rules printed by -M option contains duplicate slash when -J option is used
Author: "thenlich at use
Date: Wed, 26 Jan 2011 10:33
Date: Wed, 26 Jan 2011 10:33
32 lines
760 bytes
760 bytes
http://gcc.gnu.org/bugzilla/show_bug.cgi?idG472 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
[Bug fortran/47472] Rules printed by -M option contains duplicate slash when -J option is used
Author: "burnus at gcc d
Date: Wed, 26 Jan 2011 11:05
Date: Wed, 26 Jan 2011 11:05
11 lines
493 bytes
493 bytes
http://gcc.gnu.org/bugzilla/show_bug.cgi?idG472 Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-26 11:04:57 UTC --- For digging: The "-cpp -M" functionality has been added 2010-06-13 with commit Rev. 160684.
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads