No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / opt / vt1.C
blobb3abb5d57a2fd318319c1297440c705b3bfc0e19
1 // Test whether vtable for S is not put into read-only section.
2 // { dg-do compile { target fpic } }
3 // { dg-options "-O2 -fpic -fno-rtti" }
4 // Origin: Jakub Jelinek <jakub@redhat.com>
6 struct S
8   virtual void vm (void) {};
9 } x;
11 // { dg-final { scan-assembler-not "section\[^\n\r\]*_ZTV1S\[^\n\r\]*\"\[^w\"\n\r\]*\"" } }