public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch, committed]  Add space for parens in dump
@ 2010-12-13  1:18 Thomas Koenig
  0 siblings, 0 replies; only message in thread
From: Thomas Koenig @ 2010-12-13  1:18 UTC (permalink / raw)
  To: fortran; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

Hello world,

committed as (really) obvious, rev. 167732.

Regards,

	Thomas

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

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


[-- Attachment #2: dump.diff --]
[-- Type: text/x-patch, Size: 374 bytes --]

Index: dump-parse-tree.c
===================================================================
--- dump-parse-tree.c	(Revision 167471)
+++ dump-parse-tree.c	(Arbeitskopie)
@@ -537,7 +537,7 @@ show_expr (gfc_expr *p)
 	  fputs ("NOT ", dumpfile);
 	  break;
 	case INTRINSIC_PARENTHESES:
-	  fputs ("parens", dumpfile);
+	  fputs ("parens ", dumpfile);
 	  break;
 
 	default:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-12 22:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-13  1:18 [patch, committed] Add space for parens in dump Thomas Koenig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).