[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr42559.c
blob60475e13e2063b19f29afbfbd7d5798fbe965ab6
1 /* { dg-require-effective-target label_values } */
3 void jumpfunc(int copy, void *p)
5 void *l = &&jumplabel;
6 if (copy)
7 __builtin___memcpy_chk (p, l, 128, __builtin_object_size (p, 0));
8 jumplabel:
9 return;