tree.c (escaped_string::escape): Replace cast to char * by const_cast<char *> (unesca...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 18 Jun 2018 14:04:37 +0000 (14:04 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Mon, 18 Jun 2018 14:04:37 +0000 (14:04 +0000)
commit5f9bda14580c475eabae3b82f96041932e2e6402
tree01ba81d441a577af7177a44536eb78ad42a55502
parent663305dfb5c114a09a8181e03a3f2731fbcff06a
tree.c (escaped_string::escape): Replace cast to char * by const_cast<char *> (unescaped).

2018-06-18  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* tree.c (escaped_string::escape): Replace cast to char * by
const_cast<char *> (unescaped).

From-SVN: r261700
gcc/ChangeLog
gcc/tree.c