Commit f4679a55 by Thomas Koenig

dump-parse-tree.c (show_expr): Add space for parens.

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

	* dump-parse-tree.c (show_expr):  Add space for parens.

From-SVN: r167732
parent 2c3d0cd3
2010-12-12 Thomas Koenig <tkoenig@gcc.gnu.org>
* dump-parse-tree.c (show_expr): Add space for parens.
2010-12-12 Janus Weil <janus@gcc.gnu.org>
PR fortran/46809
......
......@@ -537,7 +537,7 @@ show_expr (gfc_expr *p)
fputs ("NOT ", dumpfile);
break;
case INTRINSIC_PARENTHESES:
fputs ("parens", dumpfile);
fputs ("parens ", dumpfile);
break;
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