]> gcc.gnu.org Git - gcc.git/commit
tree-pretty-print.c (dump_location): Make it extern.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 3 Oct 2014 21:22:10 +0000 (21:22 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 3 Oct 2014 21:22:10 +0000 (21:22 +0000)
commitbb42836b34dca74aab99035ac236fa6e81b1d4c1
tree9c4233d4502ee9e2a111926323f9eef01f8f6152
parentacbb0489b6d3db1ff6712fbda32405d45f0b8b30
tree-pretty-print.c (dump_location): Make it extern.

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.

From-SVN: r215879
gcc/ChangeLog
gcc/gimple-pretty-print.c
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/raw-string-18.c
gcc/testsuite/c-c++-common/raw-string-19.c
gcc/testsuite/gcc.dg/tm/debug-1.c
gcc/tree-pretty-print.c
gcc/tree-pretty-print.h
This page took 0.082151 seconds and 5 git commands to generate.