[AArch64] Merge stores of D-register values with different modes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20001109-1.c
blobcce8047ae8a735e6c89475985f29c9dc1595402a
1 typedef struct _foo foo;
2 extern foo bar;
3 struct _foo {
4 int a;
5 };
7 int tst[__alignof__ (bar) >= __alignof__ (int) ? 1 : -1];