[Bug rtl-optimization/24683] [4.1 Regression] ICE in in extract_insn, at recog.c:2084
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Nov 5 15:50:00 GMT 2005
------- Comment #6 from pinskia at gcc dot gnu dot org 2005-11-05 15:50 -------
Confirmed (reduced C or C++ testcase):
int* block;
void final(){
unsigned int i, j;
unsigned char* data = (unsigned char *)"\0";
for (i = 0; i < 8;i++)
for ( ;j + 63 < 1;j += 64)
block = (int*) &data[j];
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-11-05 15:50:10
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24683
More information about the Gcc-bugs
mailing list