2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / opt / vt1.C
blob30379beb9c33fd4581a841eed414c7d7162bda71
1 // Test whether vtable for S is not put into read-only section.
2 // { dg-do compile }
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\]*\"" } }