Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr84417.c
blob9c2b023254b675927d1cbec695f272b9d0a6d883
1 /* { dg-do compile } */
2 /* { dg-require-effective-target int32plus } */
4 void fn1()
6 __attribute__((__vector_size__(sizeof(double)))) double x;
7 double *a = (double *)&x;
8 *a + *(a + 8446744073709551615LL);