2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr86046.c
blob6d4c948cf8a57e9c7e6a8ae3208a04c81cfa53f9
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 typedef int V __attribute__ ((vector_size(4)));
5 void fn1 ()
7 (V){(1,0)}[1] = 0; // out-of-bound access