Use POINTER_PLUS_EXPR for pointer types.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / graphite / id-19.c
blobb0d626b816ddbfbf1198d92aaca8b7a203b768a8
1 void byte_insert_op1 (unsigned char *loc, unsigned char *end)
3 register unsigned char *pto = end + 1 + 2;
4 while (end != loc)
5 *--pto = *--end;