PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git] / gcc / testsuite / g++.dg / rtti / anon-ns1.C
blobe18be4300a30fbcd7df98111e104679f52bdb9a3
1 // PR c++/49440
2 // The typeinfo name for A should start with * so we compare
3 // it by address rather than contents.
5 // { dg-final { scan-assembler "\"\*N\[^\"\]+1AE" } }
7 namespace
9   class A { };
12 void f()
14   throw A();