diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index f53ee2e..17a7bf0 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -550,6 +550,8 @@ gfc_show_attr (symbol_attribute * attr) gfc_status (" OPTIONAL"); if (attr->pointer) gfc_status (" POINTER"); + if (attr->protected) + gfc_status (" PROTECTED"); if (attr->save) gfc_status (" SAVE"); if (attr->value) |