modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr70061.c (about) 1 typedef int v8si __attribute__ ((vector_size (32))); 2 3 int 4 foo(v8si c, v8si d) 5 { 6 l0: 7 if (c[2]) 8 d ^= c; 9 return d[3]; 10 }