This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Problems with Fortran INCLUDE and Preprocessor
- From: Paul Brook <paul at codesourcery dot com>
- To: fortran at gcc dot gnu dot org
- Cc: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>,Douglas Vechinski <douglas dot vechinski at dynetics dot com>
- Date: Tue, 16 Aug 2005 21:27:32 +0100
- Subject: Re: Problems with Fortran INCLUDE and Preprocessor
- Organization: CodeSourcery
- References: <1124203162.3656.16.camel@bambino.in.dynetics.com> <1124214935.3656.33.camel@bambino.in.dynetics.com> <430247FF.9060400@physik.uni-muenchen.de>
On Tuesday 16 August 2005 21:09, Tobias Schlüter wrote:
> Douglas Vechinski wrote:
> > Either the -pipe and -I . solve the problem. Thanks for you help. You
> > mention this as a bug, which I would agree with. Just curious for you
> > opinion if I should submit this as a bug to bugzilla or if you know if
> > it may have already been fixed in a later version.
>
> (CCing the list again, as it may be of interest to others as well)
>
> There's no later version of g77 (you mentioned 3.4.2 IIRC), it is being
> replaced by gfortran. I couldn't reproduce this bug with gfortran, which I
> actually found mildly surprising, but perhaps we're doing the correct specs
> trickery to get this right.
Actually, we don't get it right. We get it wrong in a different way.
gfortran looks in the current directory, not the same directory as the source
file. This is PR20811
Paul