]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/opt/vt1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / opt / vt1.C
diff --git a/gcc/testsuite/g++.dg/opt/vt1.C b/gcc/testsuite/g++.dg/opt/vt1.C
deleted file mode 100644 (file)
index 30379be..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Test whether vtable for S is not put into read-only section.
-// { dg-do compile }
-// { dg-options "-O2 -fpic -fno-rtti" }
-// Origin: Jakub Jelinek <jakub@redhat.com>
-
-struct S
-{
-  virtual void vm (void) {};
-} x;
-
-// { dg-final { scan-assembler-not "section\[^\n\r\]*_ZTV1S\[^\n\r\]*\"\[^w\"\n\r\]*\"" } }