r215879 - in /trunk/gcc: ChangeLog gimple-prett...

manu@gcc.gnu.org manu@gcc.gnu.org
Fri Oct 3 21:22:00 GMT 2014


Author: manu
Date: Fri Oct  3 21:22:10 2014
New Revision: 215879

URL: https://gcc.gnu.org/viewcvs?rev=215879&root=gcc&view=rev
Log:
gcc/ChangeLog:

2014-10-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	* tree-pretty-print.c (dump_location): Make it extern. Dump also
	the column.
	* tree-pretty-print.h (dump_location): Declare.
	* gimple-pretty-print.c (dump_gimple_phi): Use dump_location.
	(pp_gimple_stmt_1): Likewise.
	(dump_implicit_edges): Likewise.
	* gimplify.c (gimplify_call_expr): Use LOCATION_FILE and
	LOCATION_LINE.

gcc/testsuite/ChangeLog:

2014-10-03  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	* gcc.dg/tm/debug-1.c: Update regex.
	* c-c++-common/raw-string-18.c: Update regex.
	* c-c++-common/raw-string-19.c: Update regex.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gimple-pretty-print.c
    trunk/gcc/gimplify.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/c-c++-common/raw-string-18.c
    trunk/gcc/testsuite/c-c++-common/raw-string-19.c
    trunk/gcc/testsuite/gcc.dg/tm/debug-1.c
    trunk/gcc/tree-pretty-print.c
    trunk/gcc/tree-pretty-print.h



More information about the Gcc-cvs mailing list