diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index 8f5dad4..90edc04 100644 --- a/gcc/fortran/dump-parse-tree.c +++ b/gcc/fortran/dump-parse-tree.c @@ -105,6 +105,7 @@ show_typespec (gfc_typespec *ts) case BT_CHARACTER: show_expr (ts->u.cl->length); + fprintf(dumpfile, " %d", ts->kind); break; default: |