aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/analyzer/pr96705.c
blob: d7856d20be58d7f5e39801af4e6d2250f2ee363e (plain)
1
2
3
4
5
6
7
8
9
int __attribute__ ((vector_size (8))) v;
int i;

void
test (void)
{
  v &= 0;
  v *= i;
}