This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/35019] Gfortran does not support "-J <dir>" only "-J<dir>"
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Mar 2008 21:34:15 -0000
- Subject: [Bug fortran/35019] Gfortran does not support "-J <dir>" only "-J<dir>"
- References: <bug-35019-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from burnus at gcc dot gnu dot org 2008-03-26 21:34 -------
This does not seem to work.
While "-M ." indeed passes "." to gfc_handle_module_path_options,
"-M." becomes the option "-M." which is not recognized.
On the other hand: "-J." is passed as "." while "-J ." passes
"-fintrinsic-modules-path" which is wrong.
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35019