2 /* { dg-do compile } */
3 /* { dg-options "-O2 -g" } */
4 /* { dg-skip-if "Array too big" { "avr-*-*" } } */
11 unsigned char bf
[65400];
12 unsigned char *p2
= bar (bf
);
13 unsigned char *p3
= bar (bf
);
14 for (; *p2
; p2
++, c
++)
18 short of
= p2
- bf
- 6;
20 __builtin_memcpy (p3
, &ofu
, sizeof (ofu
));