Reinstate dump_generic_expr_loc
commitf2ebf2c656a514df9af58775090b602359ae4082
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jul 2018 03:39:48 +0000 (2 03:39 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Jul 2018 03:39:48 +0000 (2 03:39 +0000)
tree5353c418f7cb35770617f7ffff53878d78c429f5
parentad01ac415cd5943d23a5c44b126a3c06917b0140
Reinstate dump_generic_expr_loc

gcc/ChangeLog:
* dumpfile.c (dump_generic_expr_loc): Undo removal of this
function in r262149, changing "loc" param from source_location to
const dump_location_t &.
* dumpfile.h (dump_generic_expr_loc): Undo removal of this
declaration, as above.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262295 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dumpfile.c
gcc/dumpfile.h