Fix up help descriptions.

This commit is contained in:
Jakub Jelinek 2021-02-12 16:58:07 +01:00
parent 9b91a54819
commit 59cfaa7b4d
2 changed files with 3 additions and 3 deletions

View File

@ -335,7 +335,7 @@ index d886c2f33ed..4ca2f93f2df 100644
+fdec-promotion
+Fortran Var(flag_dec_promotion)
+Add support for type promotion in intrinsic arguments
+Add support for type promotion in intrinsic arguments.
+
fdec-structure
Fortran Var(flag_dec_structure)

View File

@ -23,11 +23,11 @@ index 4ca2f93f2df..019c798cf09 100644
+++ b/gcc/fortran/lang.opt
@@ -509,6 +509,10 @@ fdec-promotion
Fortran Var(flag_dec_promotion)
Add support for type promotion in intrinsic arguments
Add support for type promotion in intrinsic arguments.
+fdec-sequence
+Fortran Var(flag_dec_sequence)
+Add the SEQUENCE attribute by default if it's not present
+Add the SEQUENCE attribute by default if it's not present.
+
fdec-structure
Fortran Var(flag_dec_structure)