aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/vector5.C
blob: 68f711fe233ce600e2f5ebea9195acb701f19483 (plain)
1
2
3
4
5
6
7
8
// PR c++/30022
// { dg-do compile }

void foo()
{
  int __attribute__((vector_size(8))) v;
  v = 1/v;
}