On Mon, 25 May 2015, Eric Botcazou wrote:
I noticed we were only doing this transformation for floats and not for integers, so I took the chance to move it to match.pd.Isn't it so because this requires a symmetrical domain around 0?
With undefined overflow, by computing -x, you are asserting that x is not INT_MIN.
-- Marc Glisse