]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/cxa-atexit1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / cxa-atexit1.C
diff --git a/gcc/testsuite/g++.dg/other/cxa-atexit1.C b/gcc/testsuite/g++.dg/other/cxa-atexit1.C
deleted file mode 100644 (file)
index a51f334..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-// { dg-do compile }
-// { dg-options "-O2 -fuse-cxa-atexit" }
-
-# 1 "cxa-atexit1.C"
-struct A
-{
-  struct B
-  {
-    B ();
-    ~B ();
-  };
-};
-static A::B b;
-# 1 "cxa-atexit1.h" 1
-#pragma interface
-template <class T> struct C
-{
-  ~C (void);
-};
-struct D : public C<bool>
-{
-  D (void) : C<bool> () { }
-};
-# 55 "cxa-atexit1.C" 2
-
-// { dg-final { scan-assembler-not ".gnu.linkonce.t.__tcf_" } }