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 ce46e3513f7..e1e463f7fcd 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -582,6 +582,8 @@ gfc_show_attr (symbol_attribute *attr) gfc_status (" RESULT"); if (attr->entry) gfc_status (" ENTRY"); + if (attr->is_bind_c) + gfc_status (" BIND(C)"); if (attr->data) gfc_status (" DATA"); |