re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)
authorJeff Law <law@redhat.com>
Tue, 20 Feb 2018 18:53:29 +0000 (11:53 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 20 Feb 2018 18:53:29 +0000 (11:53 -0700)
commitc3684506742ca3669add18eafdefb8a30871afb6
treedef948dee512f3b6736f65b68b140725b979d59d
parentaa67d03c30f907fd47adfadff3fb7c58c0b437d1
re PR middle-end/82123 (spurious -Wformat-overflow warning for converted vars)

PR middle-end/82123
PR tree-optimization/81592
PR middle-end/79257
* gimple-ssa-sprintf.c (sprintf_dom_walker::handle_gimple_call): Query
the EVRP range analyzer for range data rather than using global data.

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