------- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-25 05:24 ------- (In reply to comment #1) > Confirmed, part of the issue here is that -i/10 is not converted to i/10 That should have been i/-10.
I am going to make this bug about -(i/-10) to i/10. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|-(-i / 10) is not foldded to|-(i /- 10) is not foldded to |i/10 |i/-10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24575