------- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-12 20:17 ------- INT_MIN % -1 is undefined as INT_MIN/-1 is undefined. The reason why INT_MIN/-1 is undefined is because - INT_MIN overflows. So this is not a GCC bug but a PPL bug. Report this to them.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37503