[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

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.

[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 gwhowell at ncsu dot edu changed: What|Removed |Added CC||gwhowell at ncsu

[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 anlauf at gmx dot de changed: What|Removed |Added CC||anlauf at gmx dot de

[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 dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[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

[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 nightstrike at gmail dot com changed: What|Removed |Added CC||nightstrike at

[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 ---

[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

[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 insult 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 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 the

[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

[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

[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 standard