1  /* { dg-do compile } */
       2  /* { dg-require-effective-target arm_prefer_ldrd_strd } */
       3  /* { dg-options "-O2 -mno-unaligned-access" }  */
       4  void foo(int a, int b, int* p)
       5  {
       6    p[2] = a;
       7    p[3] = b;
       8  }
       9  /* { dg-final { scan-assembler-not "strd\\t" } } */