2 /* { dg-do compile } */
3 /* { dg-options "-Wunused -fdump-tree-optimized" } */
4 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
6 typedef unsigned char V
__attribute__((vector_size(16)));
13 V x
= {}; // { dg-bogus "set but not used" }
18 /* { dg-final { scan-tree-dump-not " ~0" "optimized" } } */