mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 10:03:58 +08:00
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
This commit is contained in:
parent
ebb526f950
commit
e321054350
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
PR fortran/31821
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user