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

2019-10-04 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 kargl at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED CC|

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

2019-01-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 Dominique d'Humieres changed: What|Removed |Added Blocks||89078 Referenced Bugs: https://

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

2017-09-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 --- Comment #15 from Dominique d'Humieres --- Related to pr82215. Submodules should probably also documented. -- You are receiving this mail because: You reported the bug.

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

2015-12-27 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 kargl at gcc dot gnu.org changed: What|Removed |Added CC|kargl at gcc dot gnu.org | -- You are receiving

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

2015-08-26 Thread gwhowell at ncsu dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 Gary Howell changed: What|Removed |Added CC||gwhowell at ncsu dot edu --- Comment #14 f

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

2013-06-25 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #13 from

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

2013-06-24 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 --- Comment #12 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #11) > What should we do with this PR? See my comment #1 and #10. I think that the PR should be closed with WONTFIX (because gcc does not have INDIFF

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

2013-06-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

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

2011-03-05 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

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

2011-03-05 Thread nightstrike at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 nightstrike changed: What|Removed |Added CC||nightstrike at gmail dot

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

2010-04-05 Thread envite at rolamasao dot org
--- Comment #8 from envite at rolamasao dot org 2010-04-05 10:00 --- I do not care particularly about automake and such, but precisely because the Fortran standard does not say a word about module files the user expects to get info about them _for his compiler_ in _his compiler documenta

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

2010-04-04 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2010-04-04 20:28 --- (In reply to comment #5) > (In reply to comment #1) > > > should -c explain how a .mod file is created? > > > > IMHO, the answer is a resounding 'no.' Adding such information > > would simply add unneeded clutter to

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

2010-04-04 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2010-04-04 15:02 --- That idea of a --clean is interesting. I can see where it would be useful to force a recompile of module files. I am not sure what the actual flag should be. Of course one could use make to do all of this. --

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

2010-04-04 Thread rwild at gcc dot gnu dot org
--- Comment #5 from rwild at gcc dot gnu dot org 2010-04-04 08:40 --- (In reply to comment #1) > > should -c explain how a .mod file is created? > > IMHO, the answer is a resounding 'no.' Adding such information > would simply add unneeded clutter to the manual, and should be > an insu

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

2010-04-01 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-04-02 05:29 --- (In reply to comment #2) > I think .mod files are not obvious; the standard does not say anything about > them, though (almost?) all compilers use them. On the other hand, few people > seem to have problems with .mod fil

[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

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

2010-01-06 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2010-01-06 14:16 --- I think a description does not belong into "man gfortran" (invoke.texi), but maybe into the general text of gfortran.texi. I think .mod files are not obvious; the standard does not say anything about them, though (al

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

2010-01-04 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2010-01-05 05:49 --- (In reply to comment #0) > [forwarded from http://bugs.debian.org/501560] > > "gfortran documentation lacks any kind of info about how to create a module > .mod file. It should be quite easy to indicate that the stand

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

2010-01-04 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||documentation http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42607 ---