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 45428d8..bdf5fa5 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -416,6 +416,14 @@ fd-lines-as-comments Fortran RejectNegative Treat lines with 'D' in column one as comments. +fdec +Fortran +Enable all DEC language extensions. + +fdec-structure +Fortran +Enable support for DEC STRUCTURE/RECORD. + fdefault-double-8 Fortran Var(flag_default_double) Set the default double precision kind to an 8 byte wide type. |