]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr32559.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr32559.c
CommitLineData
c22f6d33
UB
1/* { dg-do compile } */
2/* { dg-options "" } */
3
4int __attribute__((vector_size (8))) v;
5
6void foo()
7{
8 v += ~v;
9}