[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr40556.c
blob625175d77889aaf0cfe6025a327ffb079f0314b1
1 struct A {};
3 struct A foo()
5 return foo();
8 void bar()
10 foo();