Author: rguenth at gcc dot gnu dot org Date: To: gcc-bugs Subject: [Bug middle-end/36300] Incorrect type used for inlined expression
------- Comment #13 from rguenth at gcc dot gnu dot org 2008-05-28 12:11 -------
In step5 we have signed overflow in the multiplication of -2147483646
with itself. Thus starting from that, the following results are unreliable.