]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/dumpfile.c
Reinstate dump_generic_expr_loc
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 2 Jul 2018 03:39:48 +0000 (03:39 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 2 Jul 2018 03:39:48 +0000 (03:39 +0000)
commitd72596738aa8f37e53380694c3b83db306b78d63
tree5353c418f7cb35770617f7ffff53878d78c429f5
parent4d78796dbabdd4f7628cdd9fa84567c1f5c540e5
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.

From-SVN: r262295
gcc/ChangeLog
gcc/dumpfile.c
gcc/dumpfile.h