OSDN Git Service

* c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / cxa-atexit1.C
1 // { dg-do compile }
2 // { dg-options "-O2 -fuse-cxa-atexit" }
3
4 # 1 "cxa-atexit1.C"
5 struct A
6 {
7   struct B
8   {
9     B ();
10     ~B ();
11   };
12 };
13 static A::B b;
14 # 1 "cxa-atexit1.h" 1
15 #pragma interface
16 template <class T> struct C
17 {
18   ~C (void);
19 };
20 struct D : public C<bool>
21 {
22   D (void) : C<bool> () { }
23 };
24 # 55 "cxa-atexit1.C" 2
25
26 // { dg-final { scan-assembler-not ".gnu.linkonce.t.__tcf_" } }