[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr69989-2.c
blob39cd51680f67ecca581b4c73d6334b0cd0e73adf
1 int a, b, d;
2 short c[] = {4073709551611, 1, 4, 4};
4 void fn1() {
5 if (a)
6 goto LABEL_vhvhP;
7 for (;;) {
8 for (; b; b++)
9 d = c[b + 3] | c[b];
10 LABEL_vhvhP:
11 if (d)
12 break;
16 int main() { return 0; }