This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [gfortran,patch] Remove warning using gfortran -pipe


On Sat, Jun 24, 2006 at 02:18:37PM +0200, FX Coudert wrote:
> The patch below changes the options passes to f951 after preprocessing 
> for files in the @f95-cpp-input category (.F90 and .F95). Passing 
> explicitly -ffree-form to f951 removes the following warning:
> 
> $ gfortran -pipe a.F90
> Warning: Reading file '<stdin>' as free form.
> 
> This is PR fortran/23862, and the patch has been proposed for the first 
> time in 2005! Unless someone objects, I plan to commit that to mainline 
> in 24 hours, and 4.1 a week (or more) after.
> 
> FX
> 

Please commit.  I've looked at the old PR, but never 
got around to approving the patch. :(

-- 
Steve


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