PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr32559.c
blobfee1c9790732507255699dbc5f53b61e95e5fe87
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 int __attribute__((vector_size (8))) v;
6 void foo()
8 v += ~v;