------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-31
03:49 -------
Testcase from PR 22122:
void f(unsigned char *mem)
{
int i;
for(i=0;i<4;i++) {
while(mem[i]==0) ;
}
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23048
