PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / pr80222.C
blobed1b37f5e374f01414496c99ce595fb417403462
1 // { dg-do compile }
2 // { dg-options "-O2 -fdump-tree-optimized" } */
4 struct C { int i; }__attribute__((may_alias)) ;
6 C a, b;
8 int main()
10   a = static_cast <C&> (b);
13 // { dg-final { scan-tree-dump "{ref-all}\\\)&b\];" "optimized" } } */