[Bug middle-end/36548] remainder gives the wrong result for wrapping case with unsigned types

2008-08-22 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-08-22 10:34 --- *** Bug 37125 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36548

[Bug middle-end/36548] remainder gives the wrong result for wrapping case with unsigned types

2008-06-21 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-06-21 16:20 --- Hm, but multiplication overflow behaves sane. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/36548] remainder gives the wrong result for wrapping case with unsigned types

2008-06-17 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-17 14:20 --- That is only true for where overflow is undefined IIRC. So if wrapping happens this is not true ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added