Blaise A Bourdin <[email protected]> writes:

> I haven’t use fixed-form in a long time, but isn’t free-form a
> superset of fixed-form? Are there situation where a fixed form code
> cannot be compiled as free form source code?

$ cat foo.f
      program foo
c     a silly comment
      end program
$ gfortran foo.f
$ gfortran -ffree-form foo.f 
foo.f:2:

c     a silly comment
1
Error: Unclassifiable statement at (1)

Attachment: pgp4tGuEbJllM.pgp
Description: PGP signature

Reply via email to