Commit e3210543 by Thomas Koenig

dump-parse-tree.c (show_typespec): Also show character kind.

2010-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* dump-parse-tree.c (show_typespec):  Also show character kind.

From-SVN: r168276
parent ebb526f9
2010-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
* dump-parse-tree.c (show_typespec): Also show character kind.
2010-12-24 Thomas Koenig <tkoenig@gcc.gnu.org> 2010-12-24 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/31821 PR fortran/31821
......
...@@ -105,6 +105,7 @@ show_typespec (gfc_typespec *ts) ...@@ -105,6 +105,7 @@ show_typespec (gfc_typespec *ts)
case BT_CHARACTER: case BT_CHARACTER:
show_expr (ts->u.cl->length); show_expr (ts->u.cl->length);
fprintf(dumpfile, " %d", ts->kind);
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment