dumpfile.c/h: add "const" to dump location ctors
commit12c27c758ce62ff43836c5bee1538f9dfccf3d85
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 2 Aug 2018 08:33:47 +0000 (2 08:33 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 2 Aug 2018 08:33:47 +0000 (2 08:33 +0000)
treec474f4850e2c3b08ed864efaefbedefa60546bf7
parentfbdd606586e2f5d83a00da142b696189b3ec1a5e
dumpfile.c/h: add "const" to dump location ctors

gcc/ChangeLog:
* dumpfile.c (dump_user_location_t::dump_user_location_t): Add
"const" to the "gimple *" and "rtx_insn *" parameters.
* dumpfile.h (dump_user_location_t::dump_user_location_t):
Likewise.
(dump_location_t::dump_location_t): Likewise.

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