------- 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