PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / asan / pr81224.c
blobdef5cb69aec30862ca8efc2ba171686b8a25c290
1 /* PR sanitizer/80659 */
2 /* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
3 /* { dg-additional-options "-msse2" } */
5 int a;
6 int
7 b ()
9 register __attribute__ ((__vector_size__ (4 * sizeof (int)))) int c asm("xmm0");
10 return c[a];