X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fexplicit-instantiation.C;fp=gcc%2Ftestsuite%2Fg%2B%2B.dg%2Ftemplate%2Fexplicit-instantiation.C;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=67e44c49f024c840034b23eb9698ff07853b61b3;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/g++.dg/template/explicit-instantiation.C b/gcc/testsuite/g++.dg/template/explicit-instantiation.C deleted file mode 100644 index 67e44c49..00000000 --- a/gcc/testsuite/g++.dg/template/explicit-instantiation.C +++ /dev/null @@ -1,16 +0,0 @@ -// Contributed by Gabriel Dos Reis -// Origin: Jens.Maurer@gmx.net -// { dg-do compile } - -// Fixed: PR 3381 - -namespace N -{ - template - class A { }; -} - -template class ::N::A; - - -