1 2 3 4 5 6 7
/* { dg-options "-Os -fgraphite-identity -ffast-math" } */ void byte_insert_op1 (unsigned char *loc, unsigned char *end, unsigned *pto) { while (end != loc) *pto = *--end; }