gimple-ssa-sprintf.c (target_strtol): Rename...
authorMartin Sebor <msebor@redhat.com>
Sat, 23 Feb 2019 20:25:57 +0000 (20:25 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Sat, 23 Feb 2019 20:25:57 +0000 (13:25 -0700)
commit837865bdc2aa07d7b34f67b649837967123cea54
tree488f71a21705c67c5b747321d94d5f6928b5c094
parent34ab23c9acd6dc641f2f2d1212841b05d9a5ff6e
gimple-ssa-sprintf.c (target_strtol): Rename...

gcc/ChangeLog:
* gimple-ssa-sprintf.c (target_strtol): Rename...
(target_strtohwi): ...to this.  Handle values up to HOST_WIDE_INT_MAX.
(parse_directive): Adjust to name change.  Use HOST_WIDE_INT_MAX to
check for range error.

From-SVN: r269166
gcc/ChangeLog
gcc/gimple-ssa-sprintf.c