------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-11
20:39 -------
Rewritting the code this way, shows how we ahould be optimizing the code:
void h()
{
int i;
unsigned short *q1 = q;
for (i=0;i<last+NOSB;i++)
{
*q1 = 0;
q1++;
}
}-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18431
