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: patch: [fortran] handle inverses of -ffixed-form and -ffree-form


On Sunday 11 December 2005 01:00, Aldy Hernandez wrote:
> Hi folks.
>
> In running SPECgomp, I've noticed some files ending in .f90 have fixed-form
> style comments, so I would like to compile these as fixed-form.
>
> I noticed both -ffree-form and -ffixed-form accept the inverse form, but
> they are completely ignored.  So, -fno-free-form and -fno-fixed-form
> still turn on free-form and fixed-form respectively.
>
> The following patch fixes this.
>
> Ok for mainline and gomp?

Not for mainline.
The negatives of -ffree-form and -ffixed-form should be rejected.

Gr.
Steven


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