[Bug tree-optimization/33993] [4.3 Regression] ICE: verify_stmts failed (invalid reference prefix)
tbm at cyrius dot com
gcc-bugzilla@gcc.gnu.org
Sun Nov 4 22:03:00 GMT 2007
------- Comment #1 from tbm at cyrius dot com 2007-11-04 22:03 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
void init_full (char *array, int ny)
{
int j;
char acc = 128;
for (j = 0; j < ny; j++)
*array++ = acc++;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33993
More information about the Gcc-bugs
mailing list