[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr13889.c
blobd14bc9ac54293146fc835014b85844f8ccc12387
1 /* PR target/13889 */
2 struct { long long a; } *p;
3 void initNetFlowFunct(void) {
4 unsigned int b = (unsigned int)-1;
5 p->a = b;