No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / abi / rtti3.C
blob4c118d1762ad49b6cfbd0a3b6f30a18f89d03d35
1 // PR 20647, we must emit the typeinfo's string as weak, but not the
2 // necessarily the type info object
4 // { dg-require-weak "" }
5 // { dg-final { scan-assembler ".weak\[ \t\]_?_ZTSPP1A" } }
6 // { dg-final { scan-assembler-not ".weak\[ \t\]_?_ZTIPP1A" } }
8 struct A;
10 void Foo ()
12   throw (A **)0;