PHIOPT: move factor_out_conditional_operation over to use gimple_match_op
[official-gcc.git] / gcc / testsuite / g++.dg / abi / abi-tag12.C
blob74dffa0efaa1376226751dfddefe973a802c2198
1 // { dg-options "-Wabi-tag" }
3 inline namespace A __attribute ((abi_tag)) {
4   struct Foo { };               // { dg-message "declared here" }
5   struct Baz: Foo { };
8 struct Bar: Foo { };            // { dg-warning "tag" }