blob: 339865d694295079151994389b46a13c21215e1b [file] [log] [blame]
volatile int i __attribute__((vector_size(8)));
void foo()
{
i += i; // { dg-warning "deprecated" "" { target c++2a } }
}