public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR44930
@ 2010-07-14  9:03 Richard Guenther
  0 siblings, 0 replies; only message in thread
From: Richard Guenther @ 2010-07-14  9:03 UTC (permalink / raw)
  To: gcc-patches


Do not end NIY with a newline.

Committed as obvious.

Richard.

2010-07-14  Richard Guenther  <rguenther@suse.de>

	PR middle-end/44930
	* tree-pretty-print.c (do_niy): Do not print a newline.

Index: gcc/tree-pretty-print.c
===================================================================
*** gcc/tree-pretty-print.c	(revision 162140)
--- gcc/tree-pretty-print.c	(working copy)
*************** do_niy (pretty_printer *buffer, const_tr
*** 71,77 ****
  	}
      }
  
!   pp_string (buffer, " >>>\n");
  }
  
  /* Debugging function to print out a generic expression.  */
--- 71,77 ----
  	}
      }
  
!   pp_string (buffer, " >>>");
  }
  
  /* Debugging function to print out a generic expression.  */

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

only message in thread, other threads:[~2010-07-14  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-14  9:03 [PATCH] Fix PR44930 Richard Guenther

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).