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] Proposed fix for PR fortran/12912


On Monday 12 January 2004 7:28 am, Toon Moene wrote:
> Somewhat different from the proposed fix, due to the addition of
> -ffixed-form when compiling .f files.
>
> Bootstrapped and regression tested on powerpc-unknown-linux-gnu.
>
> OK to apply ?

> {"@f77", "%{!E:f951 %i -ffixed-form %(cc1_options) %{J*} %{I*}\

I think this should be %{!ffree-form:-ffixed-form} (untested). Other than 
that, ok.

You might also want to look at removing form_from_filename from scanner.c, it 
seems redundant now.

Paul


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