1 /* { dg-do compile } */
2 /* { dg-additional-options "-mcpu=power8" { target powerpc*-*-* } } */
3 /* { dg-additional-options "-w" { target avr-*-* } } */
9 char h
[] = {}, j
[] = {}, k
[] = {}, l
[] = {}, m
[] = {}, n
[] = {}, o
[] = {},
11 static const char i
[] = {6, 0};
12 const char *nops
[] = {h
, i
, j
, k
, l
, m
, n
, o
, q
, r
};
18 const void *c
= nops
[1];
19 long d
= s
, e
= __builtin_object_size(b
, 0);
20 __builtin___memcpy_chk(b
, c
, d
, e
);