PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / neon-offset-1.c
blob91dde6a20d9901ebc0a8edda776c72b702278794
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_neon_ok } */
3 /* { dg-options "-O1" } */
4 /* { dg-add-options arm_neon } */
6 #include <arm_neon.h>
8 void neon_internal_error(int32x4_t *dst, char *src)
10 *dst = *(int32x4_t *)(src+1008);