diff options
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 66f79db..95388e5 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -141,6 +141,14 @@ ffixed-line-length- Fortran RejectNegative Joined UInteger -ffixed-line-length-<n> Use n as character line width in fixed mode +ffree-line-length-none +Fortran RejectNegative +Allow arbitrary character line width in free mode + +ffree-line-length- +Fortran RejectNegative Joined UInteger +-ffree-line-length-<n> Use n as character line width in free mode + fmax-identifier-length= Fortran RejectNegative Joined UInteger -fmax-identifier-length=<n> Maximum identifier length |