This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24514] [4.0/4.1 Regression] ICE on bootstrap
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Nov 2005 18:27:43 -0000
- Subject: [Bug middle-end/24514] [4.0/4.1 Regression] ICE on bootstrap
- References: <bug-24514-11564@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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