Re: error: ‘EVRP_MODE_DEBUG’ was not declared – was: [PUSHED] Ranger classes.

Initialize zerov to match vr-values.c.

	* gimple-range.cc (range_of_builtin_call): Initialize zerov to 0.
This commit is contained in:
Andrew MacLeod 2020-10-26 10:13:58 -04:00
parent 9e2256dcd4
commit 425bb53b54

View File

@ -611,7 +611,7 @@ range_of_builtin_call (range_query &query, irange &r, gcall *call)
tree type = gimple_call_return_type (call);
tree arg;
int mini, maxi, zerov, prec;
int mini, maxi, zerov = 0, prec;
scalar_int_mode mode;
switch (func)