Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vector25.C
blob: 6c1f5d098782e8686c90a3899b3b14308412e263 [
file
] [
log
] [
blame
]
volatile
int
i __attribute__
((
vector_size
(
8
)));
void
foo
()
{
i
+=
i
;
}