diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 80ff5bc..4ae61c6 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -570,7 +570,7 @@ show_attr (symbol_attribute *attr) fputs (" OPTIONAL", dumpfile); if (attr->pointer) fputs (" POINTER", dumpfile); - if (attr->protected) + if (attr->is_protected) fputs (" PROTECTED", dumpfile); if (attr->value) fputs (" VALUE", dumpfile); |