blob: ecc3d06d0c9f5966daa3ce7e2d52e09d14e0cbc8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target arm_arch_v7ve_ok } */
/* { dg-options "-O2" } */
/* { dg-add-options arm_arch_v7ve } */
#include <stdatomic.h>
atomic_llong x = 0;
atomic_llong get_x()
{
return atomic_load(&x);
}
/* { dg-final { scan-assembler "ldrd" } } */