| Submitter | Thomas Koenig |
|---|---|
| Date | Dec. 27, 2010, 3:35 p.m. |
| Message ID | <1293464116.3714.1.camel@linux-fd1f.site> |
| Download | mbox | patch |
| Permalink | /patch/76793/ |
| State | New |
| Headers | show |
Comments
Patch
Index: dump-parse-tree.c =================================================================== --- dump-parse-tree.c (Revision 168201) +++ dump-parse-tree.c (Arbeitskopie) @@ -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: