This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems with Fortran INCLUDE and Preprocessor


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]