[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr38343-2.c
blob8444cc78f06a06d0c3f99e5cc7a4b30648f0a276
1 /* PR middle-end/38343 */
3 static struct S
5 char f[6];
6 } s[] = { {"01000"} };
8 char *
9 foo (void)
11 return __builtin_stpcpy (s[0].f, "S0022");