The constraint "i" matches any constant including labels with relative offsets. These can't be translated to integers using INTVAL so yield random values.
Either add a constraint of "n" or check using CONST_INT to make sure a value really is an int before converting.
The constraint "i" matches any constant including labels with relative offsets. These can't be translated to integers using INTVAL so yield random values.
Either add a constraint of "n" or check using CONST_INT to make sure a value really is an int before converting.