X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Fspecial%2Fconpr-3a.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Fspecial%2Fconpr-3a.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=b237bb57f36e9fb27f53dda84af71df0551cf3ef;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/special/conpr-3a.C b/gcc/testsuite/g++.dg/special/conpr-3a.C deleted file mode 100644 index b237bb57..00000000 --- a/gcc/testsuite/g++.dg/special/conpr-3a.C +++ /dev/null @@ -1,11 +0,0 @@ -/* { dg-do run } */ - -class foo_t { - int x; - static int count; -public: - foo_t(void) { x=++count; } - int get(void) { return x; } -}; - -foo_t foo1 __attribute__((init_priority(6000)));