------- Comment #12 from pinskia at gcc dot gnu dot org 2005-11-01 18:27 ------- It is failing in: 285 return offset % GET_MODE_SIZE (mode) != 0; mode is BLKmode which has a mode size of 0.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24514
pinskia at gcc dot gnu dot org Tue, 01 Nov 2005 10:27:46 -0800
------- Comment #12 from pinskia at gcc dot gnu dot org 2005-11-01 18:27 ------- It is failing in: 285 return offset % GET_MODE_SIZE (mode) != 0; mode is BLKmode which has a mode size of 0.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24514