[bts-link] source package gcj-4.4

2010-03-29 Thread bts-link-upstream
# # bts-link upstream status pull for source package gcj-4.4 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #561317 (http://bugs.debian.org/561317) # * http://gcc.gnu.org/PR42606 # * remote st

Bug#575792: gfortran: Suggestion for -M flag

2010-03-29 Thread Noel Torres
Package: gfortran Severity: wishlist I use to need module dependency information. Since gfortran can not, actually, fetch it like C's gcc does with -M, I use the following Makefile rule: Makefile.dep : *.F95 for j in *.F95 ; do for i in `cat $$j|grep " use "|awk '{print $$2}'`; do echo

[Bug fortran/42607] add information about how to compile a module

2010-03-29 Thread envite at rolamasao dot org
--- Comment #3 from envite at rolamasao dot org 2010-03-29 09:31 --- IMHO there is no need to add this to the -c section of the man page, but I think it should be added as a section in the gfortran info maual, named "Module Files". There it can be stated how -J and related flags work, an